Components
RuixenAlert05 is a sleek horizontal alert bar showing a successful payment message with an icon and redirect link, styled for both light and dark modes.
Loading preview...
import RuixenAlert05 from "@/components/ui/ruixen-alert05";
const DemoOne = () => {
return <RuixenAlert05 />;
};
export { DemoOne };