-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b64b256
commit 42c36af
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |