MCPcopy Index your code
hub / github.com/TechniqueSoftware/react-json-schema / render

Method render

demo/components/StringField.jsx:20–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 render() {
21 const { label, name, help, ...rest } = this.props;
22 return (
23 <FormGroup controlId={name}>
24 <ControlLabel>{label}</ControlLabel>
25 <FormControl componentClass="input" name={name} />
26 {help && <HelpBlock>{help}</HelpBlock>}
27 </FormGroup>
28 );
29 }
30}
31
32StringField.propTypes = {

Callers 1

index.jsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected