Components
Loading preview...
This component is a content-rich drawer that opens from the side, designed to keep the focus on the main content by centering it inside the drawer rather than stretching across the entire width. The layout uses a clean and minimal card-style container, making it ideal for displaying structured information such as profiles, product previews, or quick details without overwhelming the user. Its centered presentation balances space and readability, giving a polished and professional look for modern applications.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/centered-feedback-drawerimport CenteredFeedbackDrawer from "@/components/ui/centered-feedback-drawer";
export default function DemoOne() {
return <CenteredFeedbackDrawer />;
}