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

Method enable

src/Button.js:29–31  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

27 }
28
29 enable(elem) {
30 this.setState({ disabled: false, show: elem });
31 }
32
33 handleClick() {
34 if (this.props.onClick) {

Callers 1

behavior.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected