Skip to content

aniketchaudhari3/react-atomic-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


react-atomic-button

React Button component for your next React project
View Demo

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

  1. Clone the repo
    git clone https://github.com/aniketchaudhari3/react-atomic-button.git
  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published