minja-ui

0.1.15 • Public • Published

Minja UI

Minimalistic React UI Library based on Carbon Design Language, implemented with Tailwind CSS.


Quick Start


  1. Install the package:

    npm install minja-ui
  2. Import the components you need in your project.

    import { Button } from "minja-ui";
    
    <Button variant='primary' />
  3. Import all the components at once.

    import * as All from 'minja-ui';
    
    <All.Avatar />

Documentation


Storybook
Add issue here

License


Crafted with ❤️ by Minja

Package Sidebar

Install

npm i minja-ui

Weekly Downloads

1

Version

0.1.15

License

MIT

Unpacked Size

480 kB

Total Files

58

Last publish

Collaborators

  • minime-maker