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

Function Example

stories/examples/ListGroup/ListGroup.js:4–14  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

2import { ListGroup, ListGroupItem } from 'reactstrap';
3
4function Example(args) {
5 return (
6 <ListGroup {...args}>
7 <ListGroupItem>Cras justo odio</ListGroupItem>
8 <ListGroupItem>Dapibus ac facilisis in</ListGroupItem>
9 <ListGroupItem>Morbi leo risus</ListGroupItem>
10 <ListGroupItem>Porta ac consectetur ac</ListGroupItem>
11 <ListGroupItem>Vestibulum at eros</ListGroupItem>
12 </ListGroup>
13 );
14}
15
16Example.args = {
17 flush: false,

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…