Components
Card
Displays a card with header, content, and footer.
Radix UI Independent Component
This component is Radix UI independent and does not depend on Radix UI primitives. It's a standalone implementation by shadcn/ui that uses standard HTML elements, custom styling and other dependencies.
Since this component doesn't require Base UI migration, you can use the original shadcn/ui implementation directly.
Official Documentation
For complete documentation, examples, and installation instructions, please visit the official shadcn/ui documentation:
View Official DocsQuick Installation
pnpm dlx shadcn@latest add card
This component is maintained by shadcn/ui and is compatible with any React project.
Thanks to shadcn for providing such amazing components! ❤️