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

Function Example

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

Source from the content-addressed store, hash-verified

2import { Badge } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <div>
7 <Badge color="primary">Primary</Badge>
8 <Badge color="secondary">Secondary</Badge>
9 <Badge color="success">Success</Badge>
10 <Badge color="danger">Danger</Badge>
11 <Badge color="warning">Warning</Badge>
12 <Badge color="info">Info</Badge>
13 <Badge color="light" className="text-dark">
14 Light
15 </Badge>
16 <Badge color="dark">Dark</Badge>
17 </div>
18 );
19}
20
21export default Example;
22

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…