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

Function Example88

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

Source from the content-addressed store, hash-verified

3538};
3539
3540const Example88 = (props: any) => {
3541 return (
3542 <div>
3543 <Progress value="25">25%</Progress>
3544 <Progress value={50}>1/2</Progress>
3545 <Progress value={75}>You're almost there!</Progress>
3546 <Progress color="success" value="100">
3547 You did it!
3548 </Progress>
3549 <Progress multi>
3550 <Progress bar value="15">
3551 Meh
3552 </Progress>
3553 <Progress bar color="success" value="30">
3554 Wow!
3555 </Progress>
3556 <Progress bar color="info" value="25">
3557 Cool
3558 </Progress>
3559 <Progress bar color="warning" value="20">
3560 20%
3561 </Progress>
3562 <Progress bar color="danger" value="5">
3563 !!
3564 </Progress>
3565 </Progress>
3566 </div>
3567 );
3568};
3569
3570const Example89 = (props: any) => {
3571 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…