--- category: feedback --- # Alert Source: `components/ui/alert.tsx`. `Alert` is a compound component. Its parts are exported **flat** (`AlertTitle`, not `Alert.Title`) and each is a separate top-level export of the bundle: | Part | Props | | --- | --- | | `AlertTitle` | `React.ComponentProps<'div'>` | | `AlertDescription` | `React.ComponentProps<'div'>` | All parts accept `className` and are composed as children of `Alert`.