1.2.0 • Published 3 years ago

react-atomic-button v1.2.0

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

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

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago