Custom components

Custom components you can use in mdx files.

Alert

Default

<Alert description="This is an info alert" />

Destructive

<Alert variant="destructive" description="This is a warning alert" />

Props

PropTypeDescriptionDefaultRequired
descriptionstringThe description text shown in the alert-Yes
variant"destructive"The visual style variant of the alert-No
titlestringThe title text shown in the alert"Info" for default variant, "Warning" for destructive variantNo