Components
The RuixenAlert03 component is a modern, signal-bar–style alert notification that indicates a successful action, such as saving to a database. It features a clean horizontal layout with a success icon on the left, a message in the center, and a redirect arrow on the right. Both icons have smooth hover effects for interactivity, and the component supports light and dark modes with a subtle gradient background, making it visually appealing and user-friendly.
Loading preview...
import RuixenAlert03 from "@/components/ui/ruixen-alert03";
const DemoOne = () => {
return <RuixenAlert03 />;
};
export { DemoOne };