Components
This alert component delivers a clean and modern notification message with a smooth entrance animation that slides in subtly from below. It features a left-accented green border to indicate success, paired with an icon and a short message.
Loading preview...
import RuixenAlert from "@/components/ui/ruixen-alert";
const DemoOne = () => {
return <RuixenAlert />;
};
export { DemoOne };