Skip to content

kaviyarasank/npmTypeButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Supported Button

Usage

import Button from "type-button/dist/Button";

import './App.css';

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

<div className="App">

  <Button width="500px" height="60px" name="button" borderRadius="15px" onClick={handleClick}/>

</div>

); }

export default App;

DEMO

["https://62bd3a794828364157fee48d--dainty-marshmallow-6d612c.netlify.app/"]

Available Props

1.height

2.width

3.name

4.borderradius

5.onClick

6.testid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published