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

Function Example

stories/examples/Card/Body.js:4–16  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

2import { Card, CardText, CardBody, CardTitle, CardSubtitle } from 'reactstrap';
3
4function Example(args) {
5 return (
6 <Card>
7 <CardBody>
8 <CardTitle tag="h5">Card Title</CardTitle>
9 <CardSubtitle tag="h6" className="mb-2 text-muted">
10 Card subtitle
11 </CardSubtitle>
12 <CardText>This is some text within a card body.</CardText>
13 </CardBody>
14 </Card>
15 );
16}
17
18export default Example;
19

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…