Simple, fast and modern React UI library. npm
Visit https://liteui-web.vercel.app to view the full documentation.
npm i @ma9pie/lite-ui
import { Button } from '@ma9pie/lite-ui';
import React from 'react';
const Component = () => {
return (
<div>
<Button color="primary">Button</Button>
</div>
);
};
export default Component;
Thank you for your interest in the Lite UI project. Your contributions are always welcome.