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

Function Example

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

Source from the content-addressed store, hash-verified

3import { colors } from '../options';
4
5function Example(args) {
6 return <Badge {...args} />;
7}
8
9Example.args = {
10 children: 'New',

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…