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

Function Example

stories/examples/Spinner/Button.js:4–11  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

2import { Spinner, Button } from 'reactstrap';
3
4function Example(args) {
5 return (
6 <Button disabled color="primary">
7 <Spinner size="sm" />
8 <span> Loading</span>
9 </Button>
10 );
11}
12
13export default Example;
14

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…