Installation
To use Lite UI, enter the following command in your project terminal.
Requirements:
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