Install via package manager
Install OUDS Web's source Sass and JavaScript files via npm, yarn, Composer, or NuGet. Package managed installs don't include documentation or our full build scripts.
npm install @ouds/web@0.4.0
Read our installation docs for more info and additional package managers.
Include via CDN
When you only need to include OUDS Web's compiled CSS or JS, you can use jsDelivr. See it in action with our simple quick start, or browse the examples to jumpstart your next project. You can also choose to include Popper and our JS separately.
<link href="https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/css/ouds-web.min.css" rel="stylesheet" integrity="sha384-jrROfQGVaBxbucOInwS9RDKlkBnrSv7yT20bH67d8g5EuYeXvgGjTQl5C3hbMEnW" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@ouds/web@0.4.0/dist/js/ouds-web.bundle.min.js" integrity="sha384-+qQ4PG8nWG4N+q+ajZg4dYlDbMRH+jPtGAi7CMObYXUc0IRyVdIsl60JbYVnVbSt" crossorigin="anonymous"></script>