An open API service indexing awesome lists of open source software.

https://github.com/maxicorrea/mx-button

Material UI v4 Button Component
https://github.com/maxicorrea/mx-button

chromatic material-ui react react-button react-component-library storybook typescript

Last synced: 5 months ago
JSON representation

Material UI v4 Button Component

Awesome Lists containing this project

README

          

# mx-button

> React MxButton Component

[![NPM](https://img.shields.io/npm/v/mx-button.svg)](https://www.npmjs.com/package/mx-button) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save mx-button
```

## Usage

```tsx
import * as React from 'react'
import { MxButton } from 'mx-button'

const App = () => {
return (



Primary




Secundary




Outlined




Text




Rounded




Square





)
}

export default App
```

## License

MIT © [MaxiCorrea](https://github.com/MaxiCorrea)