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

Method handleHover

src/Rating.js:32–34  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

30 }
31
32 handleHover (value) {
33 this.setState({ hover: value });
34 }
35
36 handleLeave () {
37 this.setState({ hover: 0 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected