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

Function Example

stories/examples/Dropdown/Uncontrolled.js:9–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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…