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

Function Example

stories/examples/Alert/UncontrolledDismiss.js:4–10  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

2import { UncontrolledAlert } from 'reactstrap';
3
4function Example(props) {
5 return (
6 <UncontrolledAlert color="info">
7 I am an alert and I can be dismissed!
8 </UncontrolledAlert>
9 );
10}
11
12export default Example;
13

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…