Guide

Installation

To use Lite UI, enter the following command in your project terminal.

Requirements:

  • React 18 or later
  • TailwindCSS 3.4 or later
npm i @ma9pie/lite-ui

Usage

import { Button } from '@ma9pie/lite-ui';
import React from 'react';

const Component = () => {
  return (
    <div>
      <Button color="primary">Button</Button>
    </div>
  );
};

export default Component;

Made by ma9pie

Deployed on

vercel