()
| 5113 | } |
| 5114 | |
| 5115 | function 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 | |
| 5136 | function Example128() { |
| 5137 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…