react-fancy-bootstrap-button

0.1.1 • Public • Published

Getting Started with Just using the already designed react button components

Usage

import { ButtonFancy } from 'react-fancy-bootstrap-button'

 <ButtonFancy
          id="222"
          type="submit"
          name="test"
          value="Test"
          disabled={false}
          handleClick={() => {
            alert('CHECK')
          }}
          label="TEST LABEL"
        />

PROPS

PROP TYPE
id STRING
name STRING
type 'submit' or 'reset'
value String
disabled Boolean
label String
handleClick callback Function

Readme

Keywords

Package Sidebar

Install

npm i react-fancy-bootstrap-button

Weekly Downloads

0

Version

0.1.1

License

none

Unpacked Size

3.15 kB

Total Files

4

Last publish

Collaborators

  • hassan-raza