0.0.5 • Published 3 years ago

storybook-button-component v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

button-component

Install via npm:

npm install storybook-button-component

Basic usage example:

import { Button } from 'storybook-button-component';

function App() {
  return (
    <Button label="Click me!"/>
  );
}

Styling overriding with your own css rules using "theme" property:

<Button
  label="Click me!"
  theme={{
    color: 'white',
    backgroundColor: '#4169E1',
    borderRadius: '8px'
  }}
/>
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago