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
- Host: GitHub
- URL: https://github.com/maxicorrea/mx-button
- Owner: MaxiCorrea
- Created: 2022-11-08T00:18:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T05:58:28.000Z (almost 2 years ago)
- Last Synced: 2025-06-20T01:03:49.978Z (7 months ago)
- Topics: chromatic, material-ui, react, react-button, react-component-library, storybook, typescript
- Language: TypeScript
- Homepage: https://www.chromatic.com/library?appId=65bd5700dd3e3890ea1ae4ce
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mx-button
> React MxButton Component
[](https://www.npmjs.com/package/mx-button) [](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)