Skip to content

Commit

Permalink
feat: add github and package links
Browse files Browse the repository at this point in the history
  • Loading branch information
EdAdaptive committed Nov 7, 2022
1 parent b64b256 commit 42c36af
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/src/Home.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
import { Meta } from "@storybook/addon-docs";
import { Meta } from '@storybook/addon-docs';

<Meta title="Docs / Home" />

# UI Kit

Browse example stories now by navigating to them in the sidebar.
View their code in the `.stories.tsx` files to learn how they work.

<ul>
<li>
<a href="https://github.com/AdaptiveConsulting/ui-kit-2022" target="_blank">
GitHub
</a>
</li>
<li>
<a href="https://www.npmjs.com/package/@ui-kit-2022/components" target="_blank">
Component Package
</a>
</li>
<li>
<a href="https://www.npmjs.com/package/@ui-kit-2022/theme" target="_blank">
Theme Package
</a>
</li>
</ul>

0 comments on commit 42c36af

Please sign in to comment.