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

Function Example

stories/examples/Button/Size.js:4–16  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import { Button } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <div>
7 <Button color="primary" size="lg">
8 Large
9 </Button>{' '}
10 <Button color="secondary">Normal</Button>{' '}
11 <Button color="success" size="sm">
12 Small
13 </Button>{' '}
14 </div>
15 );
16}
17
18export default Example;
19

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…