Include hosted files
Include the following files:
<link
rel="stylesheet"
href="https://unpkg.com/@nihruk/design-system@latest/dist/design-system.bundle.css"
/>
<script src="https://unpkg.com/@nihruk/design-system@latest/dist/design-system.bundle.js"></script>
To include a specific version, replace latest
with one of the Design System's
available versions.
When not to include hosted files
You should not include the hosted files:
- if you want to minimize bandwidth, override SCSS variables, or maximize privacy
- if you are setting up a production application