A multipurpose Storybook UI Library
Links: Demo | Github | NPM | Chromatic
Clone Repository:
git clone https://github.com/muscaiu/drago-ui
Install dependencies:
pnpm i
Run Storybook locally:
pnpm run storybook
Publish new version:
- increment version in
package.json
andReadme.md
- merge changes
pnpm publish
Install the package from npm:
pnpm install drago-ui
Import components in your project. Example:
import { Button } from 'drago-ui';
import 'drago-ui/dist/style.css'; //in layout, before your styles
<Button>Click Me</Button>
- Vite
- Storybook
- Tailwind
- Components and stories located in the /lib folder
- Integrated Tailwind CSS for rapid UI development.
Published on npm as drago-ui
To publish, run pnpm publish
and increment the version in package.json
.
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests to the GitHub repository.
License:
This project is licensed under the MIT License - see the LICENSE file for details.