muscaiu / drago-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drago-UI v0.4.9

A multipurpose Storybook UI Library

Links: Demo | Github | NPM | Chromatic

hero



Development:

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 and Readme.md
  • merge changes
pnpm publish



Using the components:

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>



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.

About


Languages

Language:TypeScript 90.2%Language:JavaScript 6.2%Language:HTML 1.8%Language:MDX 1.5%Language:CSS 0.3%