0.5.0 • Published 9 months ago

reactbuttonkavi v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Button Npm

This npm was created by using React tsx

How to install

npm install buttonnpm

How to use

import { ButtonComponent } from 'reactbuttonkavi';

const App=()=>{ return(

<div>
   <ButtonComponent
    name='Submit' 
    style={
      {
        background:"red",
        color:"#FFFFFF"
        }
      } 
    onClick={clickHandler}
    />
</div>

) } export default App;

Output

Alt text

0.5.0

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago