21 of 32 components shipped (66%)
What fossui ships today, what is being built next, and what is planned. This page is the single place to check whether a component exists yet, so you do not have to read the changelog or grep the source.
Every component marked [x] clears the same bar before it ships: themed tokens, light and dark, full keyboard and screen-reader support, text-scale and right-to-left layout, and three layers of tests. That bar is written down in checklist.md.
Components are built in dependency order, not alphabetical order. A layer has to exist before anything that builds on it: tokens before any component, simple controls before overlays, overlays before the data-heavy widgets that compose them. Button came first because it exercises the whole pipeline once (token reads, the variant API, interactive state, golden tests, and the catalog entry), which makes every component after it faster to add.
Have a component you need sooner? Open an issue and say so. The order above is a plan, not a contract.