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

Function Example

stories/examples/ListGroup/ContextualClasses.js:4–13  ·  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 color="success">Cras justo odio</ListGroupItem>
8 <ListGroupItem color="info">Dapibus ac facilisis in</ListGroupItem>
9 <ListGroupItem color="warning">Morbi leo risus</ListGroupItem>
10 <ListGroupItem color="danger">Porta ac consectetur ac</ListGroupItem>
11 </ListGroup>
12 );
13}
14
15Example.parameters = {
16 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…