Skip to content

Repository files navigation

Inclusive Design Web Components

Web components for the Inclusive Design Research Centre.

Components

Usage

To use the web components, include the bundle in your HTML via a content delivery network (CDN):

<script src="https://unpkg.com/@inclusive-design/components/dist/bundle.js" type="module"></script>
<link rel="stylesheet" href="https://unpkg.com/@inclusive-design/components/dist/bundle.css" />

Or install it with npm and include the installed package in your HTML:

npm install --save @inclusive-design/components

<script src="node_modules/@inclusive-design/components/dist/bundle.js" type="module"></script>
<link rel="stylesheet" href="node_modules/@inclusive-design/components/dist/bundle.css" />

This will register all web components. To import individual web components, see the individual web component documentation linked under the Components section above.

About

Web components for the Inclusive Design Research Centre.

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages