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

Method handleClick

src/Radio.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 handleClick () {
15 if (this.props.onClick) {
16 this.props.onClick(this.props.value, this.props.index);
17 }
18 }
19
20 render () {
21 return (

Callers

nothing calls this directly

Calls 1

onClickMethod · 0.80

Tested by

no test coverage detected