Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iktakahiro/gradient-mui-button
A Material-UI based modern gradient colors button component
https://github.com/iktakahiro/gradient-mui-button
material-design material-ui react react-components
Last synced: 3 months ago
JSON representation
A Material-UI based modern gradient colors button component
- Host: GitHub
- URL: https://github.com/iktakahiro/gradient-mui-button
- Owner: iktakahiro
- License: mit
- Created: 2019-07-18T13:13:40.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-03T19:55:55.000Z (over 3 years ago)
- Last Synced: 2024-09-23T05:19:31.065Z (5 months ago)
- Topics: material-design, material-ui, react, react-components
- Language: JavaScript
- Homepage: https://gradient-mui-button.netlify.com/
- Size: 2.71 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradient Material-UI Button
[![Netlify Status](https://api.netlify.com/api/v1/badges/e495af5b-3d7a-46be-a83e-f4e87e75cf6c/deploy-status)](https://app.netlify.com/sites/gradient-mui-button/deploys)
This package provides modern gradient colors button components based on [Material-UI](https://material-ui.com/).
!['buttons-with-default-theme'](./docs/buttons-1.png)
!['buttons-with-default-theme'](./docs/buttons-2.png)
## Install
```bash
npm i '@iktakahiro/gradient-mui-button'yarn add '@iktakahiro/gradient-mui-button'
```## Usage
```tsx
import { ContainedButton } from '@iktakahiro/gradient-mui-button'const MyComponent = () => {
return (
Primary
Secondary
Default
Disabled
)
}
```