Amyntor UI Amyntor UI is React UI library inspired by material design. [![Node.js CI](https://github.com/pinaki-08/amyntor-ui/actions/workflows/node.js.yml/badge.svg)](https://github.com/pinaki-08/amyntor-ui/actions/workflows/node.js.yml) 📦 Install npm install amyntor-ui 🔨 Usage import { Button } from "amyntor-ui"; export default () => ( <> <Button label="label">Click me</Button> </> ); Originally made by @PinakiRaj ❤️.