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

Function Example

stories/examples/Placeholder/Size.js:4–13  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

2import { Placeholder } from 'reactstrap';
3
4function Example(args) {
5 return (
6 <>
7 <Placeholder xs={12} size="lg" />
8 <Placeholder xs={12} />
9 <Placeholder xs={12} size="sm" />
10 <Placeholder xs={12} size="xs" />
11 </>
12 );
13}
14
15export default Example;
16

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…