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

Function Example

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

Source from the content-addressed store, hash-verified

8} from 'reactstrap';
9
10function Example(args) {
11 return (
12 <UncontrolledDropdown group>
13 <Button color="primary">Primary</Button>
14 <DropdownToggle caret color="primary" />
15 <DropdownMenu {...args}>
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…