drago-ui
v0.4.9
Published
A multipurpose Storybook UI Library <br>
Readme
Drago-UI v0.4.9
A multipurpose Storybook UI Library
Links: Demo | Github | NPM | Chromatic

Development:
Clone Repository:
git clone https://github.com/muscaiu/drago-uiInstall dependencies:
pnpm iRun Storybook locally:
pnpm run storybookPublish new version:
- increment version in
package.jsonandReadme.md - merge changes
pnpm publishUsing the components:
Install the package from npm:
pnpm install drago-uiImport 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>Dependencies:
- Vite
- Storybook
- Tailwind
Features:
- 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.
