Atoms
Input
Text input with size variants.
shadcn/uiBased on shadcn/ui with Formance brand styling.
Installation#
npx shadcn@latest add @formance/inputInstall the following dependencies:
npm install class-variance-authorityCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { Input } from '@/components/ui/input'<Input placeholder="Search transactions..." />