Rad UI is still under active development. You are free to use it in your projects, but expect breaking changes. If you'd like to contribute to Rad UI, please check out Getting Started

Card

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

PK
Peter Kowalsky
Content Engineer
import Card from "@rad-ui/ui/Card"
        
const ButtonExample = () => (
    <Card>
        Hello Card content
    </Card>
)