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

Function Example87

types/reactstrap-tests.tsx:3528–3538  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

3526};
3527
3528const Example87 = (props: any) => {
3529 return (
3530 <div>
3531 <Progress value={2 * 5} />
3532 <Progress color="success" value="25" />
3533 <Progress color="info" value={50} />
3534 <Progress color="warning" value={75} />
3535 <Progress color="danger" value="100" />
3536 </div>
3537 );
3538};
3539
3540const Example88 = (props: any) => {
3541 return (

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…