Skip to content

Commit

Permalink
docs: add links to badges
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Oct 19, 2024
1 parent c53b70d commit 05e0a84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .storybook/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ import README from '../README.md?raw'

<Meta title="About/README" />

<Markdown>{README}</Markdown>
<div className="storybook-doc-pages">
<Markdown>{README}</Markdown>
</div>
4 changes: 4 additions & 0 deletions .storybook/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ body,
background: var(--background) !important;
color: var(--foreground) !important;
}

.storybook-doc-pages img {
display: inline-block;
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# glasscn-ui

![GitHub](https://img.shields.io/github/stars/itsjavi/glasscn-ui?style=flat-square&label=GitHub&logo=github)
![NPM](https://img.shields.io/npm/v/glasscn-ui)
![License](https://img.shields.io/github/license/itsjavi/glasscn-ui?label=License)
[![GitHub](https://img.shields.io/github/stars/itsjavi/glasscn-ui?style=flat-square&label=GitHub&logo=github)](https://github.com/itsjavi/glasscn-ui)
[![NPM](https://img.shields.io/npm/v/glasscn-ui)](https://www.npmjs.com/package/glasscn-ui)
[![License](https://img.shields.io/github/license/itsjavi/glasscn-ui?label=License)](https://github.com/itsjavi/glasscn-ui/blob/main/LICENSE)

Themable shadcn/ui component library with glassmorphism variants, and extra components like the Circular Progress.

Expand Down

0 comments on commit 05e0a84

Please sign in to comment.