1.7.0 • Published 2 years ago

@mohitkothari/buttons v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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" />
    </>
);
1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago