import { Alert } from 'welcome-ui/Alert'const Example = () => {return <Alert>Nunc laoreet egestas nulla</Alert>}export default Example
Variants
Sizes
By default the size is sm.
Alert.Title
Alert.Button
When the cta prop is used, by default it will be displayed in a row bellow the content.
Full Width
Set property isFullWidth to take the full width of the parent.
CloseButton
To show a close button you need to pass your function on the handleClose property.