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

Method showTip

src/Tip.js:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 showTip () {
29 this.setState({
30 show: true
31 });
32 this.bindClickAway();
33 }
34
35 hideTip () {
36 this.setState({

Callers

nothing calls this directly

Calls 1

bindClickAwayMethod · 0.80

Tested by

no test coverage detected