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

Function Example

stories/examples/ListGroup/DisabledItems.js:4–24  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import { ListGroup, ListGroupItem } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <ListGroup>
7 <ListGroupItem disabled tag="a" href="#">
8 Cras justo odio
9 </ListGroupItem>
10 <ListGroupItem tag="a" href="#">
11 Dapibus ac facilisis in
12 </ListGroupItem>
13 <ListGroupItem tag="a" href="#">
14 Morbi leo risus
15 </ListGroupItem>
16 <ListGroupItem tag="a" href="#">
17 Porta ac consectetur ac
18 </ListGroupItem>
19 <ListGroupItem tag="a" href="#">
20 Vestibulum at eros
21 </ListGroupItem>
22 </ListGroup>
23 );
24}
25
26Example.parameters = {
27 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…