Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 515 Bytes

integration.stories.mdx

File metadata and controls

26 lines (16 loc) · 515 Bytes

import { Meta } from "@storybook/addon-docs"; import { ArchiveLink } from "../src/docs/ArchiveLink";

Integration

You can download an archive of the static assets here.

CSS

<link rel="stylesheet" href="index.css" />

❗ Make sure the fonts folder sits next to the index.css.

Javascript

<script type="module" src="index.js"></script>

Icon sprite

Add the content of icon-sprite.html to your HTML document.