react-atomic-button
v1.2.0
Published
<!-- PROJECT LOGO --> <br /> <p align="center">
Downloads
9
Readme
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://github.com/aniketchaudhari3/react-atomic-button.git
- Install NPM packages
npm install
Usage
import React from 'react'
import Button from 'react-atomic-button'
export default function App () {
return (
<div>
<h1>React Atomic Button</h1>
<Button onClick={() => alert('Clicked!')} type='primary' size='md'>
Click Me
</Button>
</div>
)
}
For more examples, please refer to the Demo
Contact
Aniket Chaudhari - @aniket_c333