Components
Loading preview...
The RUIXEN UI Feature Card is a compact yet elegant component designed to showcase products, blog posts, or UI elements with visual clarity. It features a responsive image with a soft-glass background overlay, a vibrant badge for status or category, and a clean content area with a title, subtitle, and interactive arrow icon. On hover, the inner content subtly lifts and scales, enhancing interactivity without overwhelming the layout. This card is perfect for dashboards, landing pages, and marketing sites looking to present information with style and motion.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-card-01import RuixenCard from "@/components/ui/ruixen-card-01";
const DemoOne = () => {
return <RuixenCard />;
};
export { DemoOne };