Variable: Alert
constAlert:FC<AlertProps>
Defined in: components/Alert/index.tsx:66
Component
Alert
Description
A component to display alert messages.
Param
props
The component props.
Returns
The rendered Alert component or null if not visible.
Example
<Alert message="This is a simple alert." />