Home > react-native-material-kit > Button

Button class

The Button component.

Signature:

export default class Button extends Component<ButtonProps, ButtonState> 

Constructors

Constructor Modifiers Description
(constructor)(props)   Constructs a new instance of the Button class

Properties

Property Modifiers Type Description
defaultProps static ButtonProps Default props

Methods

Method Modifiers Description
render()    

Remarks

With configurable shadow, ripple effect, and FAB style. See ButtonProps for the available props.

Refer to Guideline or MDL implementation