Back to Components
Feedback
Inline Alert
Contextual alert component for inline feedback with icon, title, and action support.
PropsUsage ExampleVariations
Information
This is an informational alert for general messages.
Success
Your profile has been updated successfully.
Warning
Your session will expire in 5 minutes.
Error
Failed to save changes. Please try again.
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/inline-alert.tsx
Installation
Using shadcn CLI
npx shadcn add inline-alert --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-mergeRelated Feedback Components
Alert Banner
Full-width dismissible banner for announcements with icon and close button.
Announcement Banner
Dismissible banner with icon, message, and optional action button.
Badge
Small badge component with multiple style variants for labels or tags.
Badge Group
Grouped badges for displaying multiple status labels or tags.
Callout
Information callout box with tip, info, warning, and danger variants. Supports collapsible content.
Empty State
Centered empty state placeholder with icon, text, and optional action.