| Prop | Type | Default | Attributes |
|---|---|---|---|
icon | union | No default value— | |
title | React.ReactNode | No default value— | |
children | React.ReactNode | No default value— | |
actionsSlot | React.ReactNode | No default value— | |
tone | union | neutral | |
layout | union | inline | |
dismissible | union | false | |
contentWrap | union | No default value— | |
bleed | number | No default value— | |
className | union | No default value— | |
attributes | object | No default value— |
Alert
Alerts communicate information, success, warnings, or errors within a page.
Import
import { Alert } from '@vortexlabs/vortex';
import type { AlertProps } from '@vortexlabs/vortex';Other links