Examples
Switch any example to its Code tab to see the exact markup and script that produced what you are looking at — the preview is built from those strings, so the two cannot drift apart.
Toolbar, a filter list down the side, a grid, and an editor dialog with validation — the shape most internal tools end up in. Around eighty lines, no framework.
The three screens every internal tool starts with — a sign-in, a sign-up, and the dashboard everyone lands on afterwards. Built from the same widgets as everything else on this page.
The grid, in the shapes it is usually needed in — including one with no actions column, where editing and deleting come from the row.
Labelled inputs, a value/text combobox, a calendar that speaks two eras, a debounced search field, a file drop zone, and one call to read or validate the lot.
Panels, tabs, the layout frame, windows, and the message helpers.
Menus and a menu bar, a ribbon, a tree — and the whole windowed shell they were built for.
Progress, spinners, banners and badges — plus the cards, button groups and grid helpers that hold a screen together.
Repaint it with CSS variables, or add a widget of your own that the markup parser treats exactly like a built-in.