MCPcopy Index your code
hub / github.com/Lobos/react-ui / renderButton

Method renderButton

src/Form.js:191–193  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

189 }
190
191 renderButton (text) {
192 return <FormSubmit disabled={this.props.disabled}>{text}</FormSubmit>;
193 }
194
195 render () {
196 let { button, controls, fetchStatus, children, className, onSubmit, grid, layout, ...props } = this.props;

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected