Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 478 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 478 Bytes

Myra UI Components

React components based on material ui for private use and learning purpose.

Run the following command: npm install --save myra-ui

Usage

import { Button } from 'myra-ui';

By default variant is outlined.
custom class support.
<Button className="custom-class">Primary Button</Button>

Demo & Usage guide

Myra UI

Components

  1. Button
  2. Typography
  3. Divider