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

Function Example

stories/examples/CloseButton/White.js:4–10  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

2import { CloseButton } from 'reactstrap';
3
4function Example(args) {
5 return (
6 <div className="bg-dark p-3">
7 <CloseButton variant="white" />
8 </div>
9 );
10}
11
12Example.parameters = {
13 docs: {

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…