button-customs
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

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;

Readme

Keywords

none

Package Sidebar

Install

npm i button-customs

Weekly Downloads

9

Version

2.0.4

License

MIT

Unpacked Size

11.6 kB

Total Files

14

Last publish

Collaborators

  • kaviyarasan