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

Function Example

stories/examples/ButtonDropdownUncontrolled.js:10–23  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8} from 'reactstrap';
9
10function Example(props) {
11 return (
12 <UncontrolledButtonDropdown>
13 <DropdownToggle caret>Dropdown</DropdownToggle>
14 <DropdownMenu>
15 <DropdownItem header>Header</DropdownItem>
16 <DropdownItem disabled>Action</DropdownItem>
17 <DropdownItem>Another Action</DropdownItem>
18 <DropdownItem divider />
19 <DropdownItem>Another Action</DropdownItem>
20 </DropdownMenu>
21 </UncontrolledButtonDropdown>
22 );
23}
24
25export default Example;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…