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

Function Example

stories/examples/Spinner/Alignment.js:4–6  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import { Spinner } from 'reactstrap';
3
4function Example(props) {
5 return <Spinner className="m-5" color="primary" />;
6}
7
8export default Example;
9

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…