Components
Loading preview...
This component is a clean, responsive card layout designed to showcase different sections in a structured way. Each card is styled with subtle borders (border border-gray-200 dark:border-gray-800) to adapt across light and dark themes, giving it a modern and minimal look. The layout is perfect for presenting features, categories, or highlights side by side, making it easy for users to scan and interact with the content.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/info-cards-tableimport Component from "@/components/ui/info-cards-table";
export default function DemoOne() {
return <Component />;
}