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

Function ExampleButtonClose

types/reactstrap-tests.tsx:462–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460}
461
462const ExampleButtonClose = () => (
463 <div>
464 <CardGroup>
465 <Card>
466 <CardBody>
467 <CardTitle>
468 <Button close />
469 </CardTitle>
470 <CardText>Default close icon</CardText>
471 </CardBody>
472 </Card>
473 <Card>
474 <CardBody>
475 <CardTitle>
476 <Button close aria-label="Cancel">
477 <span aria-hidden>&ndash;</span>
478 </Button>
479 </CardTitle>
480 <CardText>Custom content and aria-label</CardText>
481 </CardBody>
482 </Card>
483 </CardGroup>
484 </div>
485);
486
487class ExampleButtonToggle extends React.Component {
488 render() {

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…