@ma9pie/lite-ui
v1.0.0
Published
React UI library
Readme
Lite UI
Simple, fast and modern React UI library. npm
📄 Documentation
Visit https://liteui-web.vercel.app to view the full documentation.
📦 Installation
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;🤝 Contributing
Thank you for your interest in the Lite UI project. Your contributions are always welcome.
