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#
Examples#
Horizontal#
Use orientation="horizontal" for a side-by-side layout where the summary appears on the left and content on the right.
With Aside#
Compound Components
Compose the pieces you need:
<PageSection />Root container with orientation variants (vertical or horizontal).<PageSectionMeta />Wraps summary and aside in a responsive row.<PageSectionSummary />Groups title and description.<PageSectionTitle />Section heading (h2).<PageSectionDescription />Supporting text below the title.<PageSectionAside />Container for section-level action buttons.<PageSectionContent />Container for the main section content.