Paramount
Edit page
IntroductionCustomizationLayout
Components
AlertUsagePropsOverridesAvatarBadgeBoxButtonCheckboxCollapsibleContainerCounterDialogDividerDrawerFormFieldHeadingIconLabelListItemListPickerModalNativePickerParagraphPickerPopoverProgressBarRatingRow and ColumnSliderSwitchTextTextInputToastVisibleWheelPicker
ContributingReadme

Alert

Give feedback to the user about an action or state

Usage

Intents

Info
Message
Success
Message
Warning
Message
Warning
Message

With action button

With action
Add any action to the right side of the alert
Action

Props

Overrides

export interface AlertOverrides {
Root: RootProps;
LeftWrapper: LeftWrapperProps;
AlertIcon: AlertIconProps;
Body: BodyProps;
Title: TitleProps;
Description: DescriptionProps;
Action: ActionProps;
}