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

Function Example

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

Source from the content-addressed store, hash-verified

2import { ListGroup, ListGroupItem, Badge } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <ListGroup>
7 <ListGroupItem className="justify-content-between">
8 Cras justo odio <Badge pill>14</Badge>
9 </ListGroupItem>
10 <ListGroupItem className="justify-content-between">
11 Dapibus ac facilisis in <Badge pill>2</Badge>
12 </ListGroupItem>
13 <ListGroupItem className="justify-content-between">
14 Morbi leo risus <Badge pill>1</Badge>
15 </ListGroupItem>
16 </ListGroup>
17 );
18}
19
20Example.parameters = {
21 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…