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> )