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

Function Example

stories/examples/Placeholder/Animation.js:4–15  ·  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 tag="p" animation="glow">
8 <Placeholder xs={12} />
9 </Placeholder>
10 <Placeholder tag="p" animation="wave">
11 <Placeholder xs={12} />
12 </Placeholder>
13 </>
14 );
15}
16
17export default Example;
18

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…