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

Function Example

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

Source from the content-addressed store, hash-verified

3import { colors } from '../options';
4
5function Example(args) {
6 return (
7 <div>
8 <Button {...args} />
9 </div>
10 );
11}
12
13Example.args = {
14 children: 'Click Me',

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…