mrtlive / supercool-ui-buttons

supercool easy button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 70.6%Language:TypeScript 29.4%