Skip to content

mrtlive/supercool-ui-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supercool UI Button

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.

Installation

Install the package via npm:

npm install @mrtlive/supercool-ui-button

Usage

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>
  );
}

Props

The SupercoolButton component accepts the following props:

label (required)

this props will be inside of button.

License

This project is licensed under the MIT License.

About

supercool easy button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages