reactive-buttons

0.1.3 • Public • Published

Installation

npm i reactive-buttons --save

Usage

import React from "react";
import { Button } from "reactive-buttons";

export default function App() {
  return (
    <Button
      bgColor="#0a5cf5"
      textColor="#fff"
      shadow
      ripple
      onClick={(e) => console.log("Hello world!")}
    >
      Hi! I am button
    </Button>
  );
}

Dependencies (7)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i reactive-buttons

    Weekly Downloads

    5

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    2.8 kB

    Total Files

    3

    Last publish

    Collaborators

    • iamwaleedrajput