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

Function Example89

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

Source from the content-addressed store, hash-verified

3568};
3569
3570const Example89 = (props: any) => {
3571 return (
3572 <div>
3573 <Progress striped value={2 * 5} />
3574 <Progress striped color="success" value="25" />
3575 <Progress striped color="info" value={50} />
3576 <Progress striped color="warning" value={75} />
3577 <Progress striped color="danger" value="100" />
3578 <Progress multi>
3579 <Progress striped bar value="10" />
3580 <Progress striped bar color="success" value="30" />
3581 <Progress striped bar color="warning" value="20" />
3582 <Progress striped bar color="danger" value="20" />
3583 </Progress>
3584 </div>
3585 );
3586};
3587
3588const Example90 = (props: any) => {
3589 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…