React components based on material ui for private use and learning purpose.
Run the following command:
npm install --save myra-ui
import { Button } from 'myra-ui';
By default variant is outlined
.
custom class support.
<Button className="custom-class">Primary Button</Button>
Components
- Button
- Typography
- Divider