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

Method toggle

types/reactstrap-tests.tsx:2678–2682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2676 }
2677
2678 toggle() {
2679 this.setState({
2680 modal: !this.state.modal,
2681 });
2682 }
2683
2684 changeBackdrop(e: React.ChangeEvent<HTMLInputElement>) {
2685 let value = e.target.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected