MCPcopy Create free account
hub / github.com/Lobos/react-ui / render

Method render

src/Datepicker/TimeSet.js:61–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 render () {
62 return (
63 <div onClick={this.changeStage} className="time-set">
64 <div className="text">
65 <span>{this.state.value}</span>
66 <a onClick={this.add} className="add"><i className="icon angle-up" /></a>
67 <a onClick={this.sub} className="sub"><i className="icon angle-down" /></a>
68 </div>
69 </div>
70 );
71 }
72}
73
74TimeSet.propTypes = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected