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

Function Example

stories/examples/Badge/Links.js:4–33  ·  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 href="#" color="primary">
8 Primary
9 </Badge>
10 <Badge href="#" color="secondary">
11 Secondary
12 </Badge>
13 <Badge href="#" color="success">
14 Success
15 </Badge>
16 <Badge href="#" color="danger">
17 Danger
18 </Badge>
19 <Badge href="#" color="warning">
20 Warning
21 </Badge>
22 <Badge href="#" color="info">
23 Info
24 </Badge>
25 <Badge href="#" color="light">
26 Light
27 </Badge>
28 <Badge href="#" color="dark">
29 Dark
30 </Badge>
31 </div>
32 );
33}
34
35export default Example;

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…