Supercool UI Button is a customizable button component built with React. It comes with a variety of pre-built styles and can be easily configured to fit any project.
Install the package via npm:
npm install @mrtlive/supercool-ui-button
Import the SupercoolButton component and use it in your React application:
import { Button } from "@mrtlive/supercool-ui-button";
function App() {
return (
<div>
<Button label="Click ME !" />
</div>
);
}
The SupercoolButton component accepts the following props:
this props will be inside of button.
This project is licensed under the MIT License.