react-fancy-bootstrap-button
0.1.1 • Public • Published Getting Started with Just using the already designed react button components
import { ButtonFancy } from 'react-fancy-bootstrap-button'
<ButtonFancy
id="222"
type="submit"
name="test"
value="Test"
disabled={false}
handleClick={() => {
alert('CHECK')
}}
label="TEST LABEL"
/>
PROP |
TYPE |
id |
STRING |
name |
STRING |
type |
'submit' or 'reset' |
value |
String |
disabled |
Boolean |
label |
String |
handleClick |
callback Function |
Package Sidebar
Install
npm i react-fancy-bootstrap-button
Weekly Downloads