Badges are used to display a small amount of information. They are used in the sidebar, and in the chat.
import Badge from "@radui/ui/Badge"
const BadgeExample = () => (
<div>
<Badge>Badge</Badge>
</div>
)
Prop | Type | Default | Description |
---|---|---|---|
color | string | null | Accent color of the component |