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

Function Example

stories/examples/Card/HeaderFooter.js:12–26  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

10} from 'reactstrap';
11
12function Example(props) {
13 return (
14 <Card className="my-2" style={{ width: '18rem' }}>
15 <CardHeader>Header</CardHeader>
16 <CardBody>
17 <CardTitle tag="h5">Special Title Treatment</CardTitle>
18 <CardText>
19 With supporting text below as a natural lead-in to additional content.
20 </CardText>
21 <Button>Go somewhere</Button>
22 </CardBody>
23 <CardFooter>Footer</CardFooter>
24 </Card>
25 );
26}
27
28export default Example;
29

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…