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

Function Example127

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

Source from the content-addressed store, hash-verified

5113}
5114
5115function Example127() {
5116 return (
5117 <div>
5118 <Toast>
5119 <ToastHeader icon="primary">Reactstrap</ToastHeader>
5120 <ToastBody>
5121 This is a toast with a primary icon — check it out!
5122 </ToastBody>
5123 </Toast>
5124 <Toast fade={false}>
5125 <ToastHeader icon={<Spinner />} toggle={() => {}}>
5126 Reactstrap
5127 </ToastHeader>
5128 <ToastBody>
5129 This is a toast with a custom icon — check it out!
5130 </ToastBody>
5131 </Toast>
5132 </div>
5133 );
5134}
5135
5136function Example128() {
5137 return (

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…