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

Function Example

stories/examples/Dropdown/Dark.js:9–27  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

7} from 'reactstrap';
8
9function Example(args) {
10 return (
11 <UncontrolledDropdown>
12 <DropdownToggle caret color="dark">
13 Primary
14 </DropdownToggle>
15 <DropdownMenu {...args} dark>
16 <DropdownItem header>Header</DropdownItem>
17 <DropdownItem>Some Action</DropdownItem>
18 <DropdownItem text>Dropdown Item Text</DropdownItem>
19 <DropdownItem disabled>Action (disabled)</DropdownItem>
20 <DropdownItem divider />
21 <DropdownItem>Foo Action</DropdownItem>
22 <DropdownItem>Bar Action</DropdownItem>
23 <DropdownItem>Quo Action</DropdownItem>
24 </DropdownMenu>
25 </UncontrolledDropdown>
26 );
27}
28
29export default Example;
30

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…