Rad UI is under active development and looking for contributors to shape the future of the library. If you'd like to contribute to Rad UI, please check out Getting Started

Cards are used to group related information and actions. They are used to display information in a structured way.

PP
Peter Parker
Biochemist
import Card from "@radui/ui/Card"
        
const ButtonExample = () => (
    <Card>
        Hello Card content
    </Card>
)