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

Badge

Badges are used to display a small amount of information. They are used in the sidebar, and in the chat.

Badge
import Badge from "@rad-ui/ui/Badge"

const BadgeExample = () => (
    <div>
        <Badge>Badge</Badge>
    </div>
)