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

Method constructor

docs/src/js/pages/filter.jsx:9–14  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

7
8module.exports = class extends React.Component {
9 constructor (props) {
10 super(props);
11 this.state = {
12 filterText: ''
13 };
14 }
15
16 render () {
17 let options = [{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected