react-liquid-glass-ui
v0.0.8
Published
A modern React component library built with TypeScript, Tailwind CSS, Radix UI, and Storybook
Maintainers
Readme
React Liquid Glass UI
A modern React component library built with TypeScript, Tailwind CSS, Radix UI, and Storybook.
Installation
npm install react-liquid-glass-uiSetup
Important: This package uses Tailwind CSS and requires the CSS to be imported for styles to work.
Import the compiled CSS file in your main application file:
// In your main.tsx, App.tsx, or _app.tsx
import "react-liquid-glass-ui/dist/style.css";Usage
Go and check out the Storybook for usage examples.
