AltaForge UI¶
Shared React component library for AltaForge products — themed layout primitives, form controls, data-visualisation cards, maps, and the AppShell framing every product UI is built from.
These docs follow the Diátaxis framework — four kinds of documentation, each with a distinct job:
| Section | For when you want to… |
|---|---|
| Tutorials | learn by doing — a guided first run |
| How-to guides | accomplish a specific task |
| Reference | look up a component's props and behaviour (Storybook is the authoritative reference) |
| Explanation | understand how and why something is designed |
This is the reference layout every AltaForge library and product repo standardizes on — see the contributing note for how to add a page.
Component reference lives in Storybook
Because this is a TypeScript/React library, the authoritative component API (props, variants, live examples) is served by Storybook, not by an mkdocstrings-generated page. See Reference for how to run it.