Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

)
}
```