MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / toggle

Method toggle

src/__tests__/Fade.spec.js:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 toggle() {
18 this.setState((prevState) => ({
19 showItem: !prevState.showItem,
20 }));
21 }
22
23 render() {
24 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected