Cookbooks
Short recipes that wire 6–10 Base UI components into a settings form, a dialog, an invoice table, an AI chat page, and Angular signal forms. Copy the pattern, then npx base-ui-cli add the pieces you need.
Assemble input groups, combobox, tags, and a toggle into a saveable settings screen using CVA / ngModel.
Open a modal, bind composite controls with ngModel, and close with a typed result.
Selection, column resize, and server page/sort on data-table — the ops-dashboard pattern.
Message list, streaming assistant reply, a tool-call row, and a prompt composer.
form() + [formField] on Base UI inputs, schema validation, and submit() — the Angular 22 forms recipe.