WPMU DEV Shared UI React Button Component
npm install @wpmudev/react-button

!npm peer dependency version
```
npm i @wpmudev/react-button --save-dev
`js
import React from 'react';
import {
Button
} from '@wpmudev/react-button';
const MyApp = () => {
return (
);
}
`
Prop Name | Type | Description
--- | --- | ---
label | String | Add some text to your button.
icon | String | Icon to render within root element.
iconRight | Boolean | Will make the icon display to the right of the label if true.ghost
design | String | When using enables outlined variant.true
color | String | Type color name to change button default color.
href | String | Sets a hyperlink & uses anchor tag instead of a button.
loading | Boolean | Sets button in loading state if .true`.
disabled | Boolean | Disables button if