if true, shows active state of the button.
if true, shows active state of the button.
Optional bordered
bordered:undefined | true | false
if true, button is generated with border, unsupportive for MaterialUI button.
if true, button is generated with border, unsupportive for MaterialUI button.
if true, renders a disabled button.
if true, renders a disabled button.
Optional fab
fab:undefined | true | false
fab prop to show floating action button, unsupportive for Bootstrap Button.
fab prop to show floating action button, unsupportive for Bootstrap Button.
Optional fullWidth
fullWidth:undefined | true | false
if true, button is generated with 100% width of the cnotainer.
if true, button is generated with 100% width of the cnotainer.
Optional href
href:undefined | string
supportive for Web only, href prop to move to a link.
Optional iconLeft
iconLeft:ReactNode
icon prop to show icon on the left side of label.
icon prop to show icon on the left side of label.
Optional iconRight
iconRight:ReactNode
icon prop to show icon on the right side of label.
icon prop to show icon on the right side of label.
Optional info
info:undefined | true | false
Light bluebackgroundcolorfor button
Optional large
large:undefined | true | false
if true, large button is generated. If both small and large are true then Large button is generated.
if true, large button is generated. If both small and large are true then Large button is generated.
Optional light
light:undefined | true | false
Light white background color for button
Optional onPress
onPress:undefined | function
callback function fired when button is pressed.
callback function fired when button is pressed.
Optional primary
primary:undefined | true | false
Blue background color for button
Optional rounded
rounded:undefined | true | false
if true, button is generated rounded (Native only).
if true, button is generated rounded (Native only).
Optional small
small:undefined | true | false
if true, small button is generated (For MaterialUI button, small also works when fab is true).
if true, small button is generated (For MaterialUI button, small also works when fab is true).
if true, shows active state of the button. if true, shows active state of the button.