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

Function AlertExample1

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

Source from the content-addressed store, hash-verified

142}
143
144function AlertExample1() {
145 return (
146 <UncontrolledAlert color="info">
147 I am an alert and I can be dismissed!
148 </UncontrolledAlert>
149 );
150}
151
152// --------------- Badge
153class Example2 extends React.Component {

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…