@mohitkothari/buttons
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

ReactUILibrary - buttons

Beautiful and lightweight UI component for ReactJS developers. This UI library will speed up your app development.

License issues forks stars

Live StoryBook DEMO: https://reactuilibrary.netlify.app/

Live DEMO: https://o7s75t.csb.app/

Live CodeSandbox DEMO: https://codesandbox.io/s/buttonreactuikit-o7s75t

⭐️ Star this repo

If this uilibrary helps you build your Apps faster - please star this project, every star matters! It really motivates me.

🧭 Table of contents

🚀 Quick Start

💿 Installation

npm i @mohitkothari/buttons

or

yarn add @mohitkothari/buttons

🧰 Usage

import { Button } from "@mohitkothari/buttons";

const App = () => (
    <>
        <Button label="Submit" size="small" backgroundColor="#00d2d3" textColor="#fff" />
    </>
);

Readme

Keywords

Package Sidebar

Install

npm i @mohitkothari/buttons

Weekly Downloads

0

Version

1.7.0

License

MIT

Unpacked Size

11.9 kB

Total Files

14

Last publish

Collaborators

  • mohitkothari