@abgov/web-components
v1.29.0
Published
Government of Alberta - UI Web components
Downloads
7,327
Readme
Web Components
This library contains web components from the Government of Alberta.
npm i @abgov/web-components
Icons
Link ionicons in app/index.html Add the following to the head element
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
Styles
Import the web-component styles in the src/index.css
file
@import "@abgov/web-components/index.css";