Brand Badge
A small, stylish tag that can be used to mark premium or professional content or users.
ProPro TeamTeamProEnt
import { BrandBadge } from "stylus-ui/BrandBadge";
export default () => ( <div className="flex gap-2"> <BrandBadge type="pro" /> <BrandBadge type="proTeam" /> <BrandBadge type="team" /> <BrandBadge type="proTrial" /> <BrandBadge type="enterprise" /> </div>);API Reference
Section titled “API Reference”BrandBadge
Section titled “BrandBadge”Inherits properties from HTMLButtonElement.