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

Function Example

stories/examples/Badge/Headings.js:4–27  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

2import { Badge } from 'reactstrap';
3
4function Example(args) {
5 return (
6 <>
7 <h1>
8 Example Heading <Badge>New</Badge>
9 </h1>
10 <h2>
11 Example Heading <Badge>New</Badge>
12 </h2>
13 <h3>
14 Example Heading <Badge>New</Badge>
15 </h3>
16 <h4>
17 Example Heading <Badge>New</Badge>
18 </h4>
19 <h5>
20 Example Heading <Badge>New</Badge>
21 </h5>
22 <h6>
23 Example Heading <Badge>New</Badge>
24 </h6>
25 </>
26 );
27}
28
29export default Example;
30

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…