0.2.2 • Published 10 months ago

mintu-demo-ui v0.2.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

UI Library

A modern, reusable UI component library built with Next.js, Tailwind CSS, and TypeScript.

Installation

npm install @yourusername/ui-library

Usage

import { Button } from '@yourusername/ui-library';

function App() {
  return (
    <Button variant="primary">
      Click me
    </Button>
  );
}

Development

  1. Install dependencies:
npm install
  1. Run Storybook:
npm run storybook
  1. Build the library:
npm run build-lib

Features

  • Modern React components
  • Fully typed with TypeScript
  • Styled with Tailwind CSS
  • Component documentation with Storybook
  • Flexible and customizable
  • Tree-shakeable

License

MIT

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago