import { Meta, Props } from '@storybook/addon-docs/blocks'; import { Alert } from './Alert'; # Alert An alert displays an important message in a way that attracts the user's attention without interrupting the user's task. `onRemove` handler can be used to enable manually dismissing the alert. # Usage ```jsx ```