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

Method toggle

types/reactstrap-tests.tsx:4016–4022  ·  view source on GitHub ↗
(tab: string)

Source from the content-addressed store, hash-verified

4014 }
4015
4016 toggle(tab: string) {
4017 if (this.state.activeTab !== tab) {
4018 this.setState({
4019 activeTab: tab,
4020 });
4021 }
4022 }
4023 render() {
4024 return (
4025 <div>

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected