2.0.4 • Published 2 years ago

button-customs v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Usage

import './App.css'; import { Button } from 'button-customs';

function App() { const handle = () => { alert("hello") } return (

<div className="App">

  <Button

    onClick={handle}
    name='Button'
    height="40px"
    textAlign="center"
    border="none"
    transition=".5s ease-out"
    boxShadow="red 0px 1px 25px"
    color="#ffffff"
    background="red"
    width="300px"
    backgroundSize="200%"
    borderRadius="10px"
    fontSize="20px"
  />
</div>

); }

export default App;

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago