0.2.2 • Published 8 months ago

mintu-demo-ui v0.2.2

Weekly downloads
-
License
-
Repository
-
Last release
8 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

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago