Atoms
Badge Eyebrow
A badge eyebrow with brand color variants.
FormanceCustom component built for Formance products.
Installation#
npx shadcn@latest add @formance/badge-eyebrowInstall the following dependencies:
npm install class-variance-authority radix-uiCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { BadgeEyebrow } from '@/components/ui/badge-eyebrow'<BadgeEyebrow variant="emerald">Ledgers</BadgeEyebrow>