0.1.15 • Published 3 years ago

minja-ui v0.1.15

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

License

Crafted with ❤️ by Minja