Command Palette

Search for a command to run...

Docs
Warning Alert Outlined

Warning Alert Outlined

A warning alert component with outlined border style and triangle alert icon.

Installation

Usage

import AlertWarningOutlined from "@/components/ruixen/alert-warning-outlined";
 
export default function MyWarning() {
  return (
    <AlertWarningOutlined
      title="Warning"
      message="Your session is about to expire. Please save your work."
    />
  );
}

Props

PropTypeDefaultDescription
titlestring-Optional title for the alert
messagestring-The alert message
classNamestring-Additional CSS classes