Components
Loading preview...
This custom ShadCN popover displays notifications in a scrollable layout with clear visual boundaries and dark/light mode compatibility. Each notification supports a title, message, timestamp, and optional CTA, like a link to Ruixen. The built-in navigation with Back and Next buttons allows users to browse through multiple notifications seamlessly.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-popover-02"use client";
import Popover_02 from "@/components/ui/ruixen-popover-02";
export default function DemoOne() {
return <Popover_02 />;
}