reactbuttonkavi
v0.5.0
Published
This npm was created by using React tsx
Readme
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( <ButtonComponent name='Submit' style={ { background:"red", color:"#FFFFFF" } } onClick={clickHandler} /> ) } export default App;
Output

