0.9.4 • Published 6 years ago

@iktakahiro/gradient-mui-button v0.9.4

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

Gradient Material-UI Button

Netlify Status

This package provides modern gradient colors button components based on Material-UI.

'buttons-with-default-theme'

'buttons-with-default-theme'

Install

npm i '@iktakahiro/gradient-mui-button'

yarn add '@iktakahiro/gradient-mui-button'

Usage

import { ContainedButton } from '@iktakahiro/gradient-mui-button'

const MyComponent = () => {
    return (
    <div>
        <ContainedButton color="primary">Primary</ContainedButton>
        <ContainedButton color="secondary">Secondary</ContainedButton>
        <ContainedButton>Default</ContainedButton>
        <ContainedButton color="primary" disabled={true}>Disabled</ContainedButton>
    </div>
    )
}
0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago