popcornui-react
v0.1.1
Published
Lightweight React UI component library. Work in progress.
Readme
popcornui-react
Lightweight React UI component library. Work in progress.
Installation
npm install popcornui-reactUsage
import { Button } from 'popcornui-react';
export default function App() {
return <Button label="Click Me" />;
}