FormanceCustom component built for Formance products.
Installation#
Install the following dependencies:
Copy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
Compound Components
Compose the pieces you need:
<InputGroup />Root container that groups an input with addons.<InputGroupInput />The text input control (borderless, inherits group focus).<InputGroupTextarea />A textarea control variant.<InputGroupAddon />Slot for icons, badges, or buttons (inline-start, inline-end, block-start, block-end).<InputGroupButton />A small button inside the addon area.<InputGroupText />Static text or icon label inside an addon.