Components
This Alert is a stylish, animated alert card with a success message, celebration icon, and a floating label—designed using a blue gradient theme with motion effects and a glassmorphic background.
Loading preview...
import RuixenAlert04 from "@/components/ui/ruixen-alert04";
const DemoOne = () => {
return <RuixenAlert04 />;
};
export { DemoOne };