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

Function CSSModuleExample

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

Source from the content-addressed store, hash-verified

4327}
4328
4329const CSSModuleExample = (props: any) => {
4330 const cssModule = {
4331 btn: 'hash',
4332 };
4333
4334 return (
4335 <Button color="secondary" cssModule={cssModule}>
4336 Button
4337 </Button>
4338 );
4339};
4340
4341class Example107 extends React.Component {
4342 private input: HTMLInputElement | null;

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…