1---2name: angular-material3description: Angular Material UI component library based on Material Design 34---56> The skill is based on Angular Material v21.x (v21.2.0-next.2), generated at 2026-01-31.78Angular Material is the official UI component library for Angular, implementing Material Design 3 (M3). It provides a comprehensive set of pre-built, accessible components along with the Component Dev Kit (CDK) for building custom components.910## When to Apply1112Use this skill when:1314- Using **Angular Material components** (buttons, forms, dialogs, tables, etc.)15- **Theming** with Material Design 3 (M3) color palettes, typography, density16- Working with **mat-form-field**, inputs, select, autocomplete, or datepicker17- Implementing **data tables** with sorting, pagination, and filtering18- Creating **dialogs**, **bottom sheets**, **snackbars**, or **tooltips**19- Building **navigation** with sidenav, menus, tabs, or steppers20- Using **CDK** primitives (overlay, portal, drag-drop, virtual scrolling)21- Implementing **accessible components** with CDK a11y utilities22- Creating **custom form field controls** that integrate with mat-form-field23- Using **component test harnesses** for reliable testing24- Scaffolding components with **Angular Material schematics**2526Do NOT use this skill when:2728- Using a different UI library (PrimeNG, ngx-bootstrap, etc.)29- Building completely custom UI without Material Design30- Working with Angular Aria headless primitives (use the angular-aria skill instead)3132## Core References3334| Topic | Description | Reference |35|-------|-------------|-----------|36| Theming | M3 theming system with color palettes, typography, density, and CSS variables | [core-theming](references/core-theming.md) |37| Schematics | Angular CLI schematics for scaffolding components and generating themes | [core-schematics](references/core-schematics.md) |38| Component Harnesses | Test harnesses for reliable, maintainable component testing | [core-harnesses](references/core-harnesses.md) |3940## Components4142### Buttons & Indicators4344| Topic | Description | Reference |45|-------|-------------|-----------|46| Buttons | Text, filled, FAB, icon buttons, and button toggles | [component-buttons](references/components/component-buttons.md) |47| Badge | Small status descriptors attached to elements | [component-badge](references/components/component-badge.md) |48| Icon | Vector icon display with font and SVG support | [component-icon](references/components/component-icon.md) |49| Progress | Progress bar and spinner indicators | [component-progress](references/components/component-progress.md) |5051### Form Controls5253| Topic | Description | Reference |54|-------|-------------|-----------|55| Form Field | Form field wrapper with labels, hints, errors | [component-form-field](references/components/component-form-field.md) |56| Input | Native input and textarea with mat-form-field | [component-input](references/components/component-input.md) |57| Select | Dropdown select with single and multiple selection | [component-select](references/components/component-select.md) |58| Autocomplete | Text input with dropdown suggestions | [component-autocomplete](references/components/component-autocomplete.md) |59| Chips | Chips for selection, filtering, and tag input | [component-chips](references/components/component-chips.md) |60| Form Controls | Checkbox, radio, slide toggle, slider | [component-form-controls](references/components/component-form-controls.md) |61| Datepicker | Date and date range pickers | [component-datepicker](references/components/component-datepicker.md) |62| Timepicker | Time selection with dropdown options | [component-timepicker](references/components/component-timepicker.md) |6364### Layout6566| Topic | Description | Reference |67|-------|-------------|-----------|68| Card | Content containers for text, images, actions | [component-card](references/components/component-card.md) |69| Divider | Line separator for visual content separation | [component-divider](references/components/component-divider.md) |70| Expansion | Expandable panels and accordion | [component-expansion](references/components/component-expansion.md) |71| Grid List | Two-dimensional grid layout for tiles | [component-grid-list](references/components/component-grid-list.md) |72| List | Lists for items, navigation, actions, selection | [component-list](references/components/component-list.md) |73| Tree | Hierarchical data display with flat/nested trees | [component-tree](references/components/component-tree.md) |7475### Navigation7677| Topic | Description | Reference |78|-------|-------------|-----------|79| Navigation | Sidenav, menu, toolbar, and tabs | [component-navigation](references/components/component-navigation.md) |80| Stepper | Wizard-like workflows with steps | [component-stepper](references/components/component-stepper.md) |8182### Tables8384| Topic | Description | Reference |85|-------|-------------|-----------|86| Table | Material Design data table with features | [component-table](references/components/component-table.md) |87| Sort | Sortable column headers | [component-sort](references/components/component-sort.md) |88| Paginator | Pagination controls for paged data | [component-paginator](references/components/component-paginator.md) |8990### Popups & Modals9192| Topic | Description | Reference |93|-------|-------------|-----------|94| Dialog | Modal dialogs with data sharing | [component-dialog](references/components/component-dialog.md) |95| Bottom Sheet | Modal panels from the bottom | [component-bottom-sheet](references/components/component-bottom-sheet.md) |96| Snackbar | Brief notification messages | [component-snackbar](references/components/component-snackbar.md) |97| Tooltip | Text labels on hover/focus | [component-tooltip](references/components/component-tooltip.md) |9899## CDK (Component Development Kit)100101### Overlays & Positioning102103| Topic | Description | Reference |104|-------|-------------|-----------|105| Overlay | Floating panels with positioning strategies | [cdk-overlay](references/cdk/cdk-overlay.md) |106| Portal | Dynamic content rendering | [cdk-portal](references/cdk/cdk-portal.md) |107| Dialog | Unstyled modal dialog foundation | [cdk-dialog](references/cdk/cdk-dialog.md) |108109### Accessibility110111| Topic | Description | Reference |112|-------|-------------|-----------|113| Accessibility | Focus management, keyboard navigation, live announcer | [cdk-a11y](references/cdk/cdk-a11y.md) |114115### Data & Collections116117| Topic | Description | Reference |118|-------|-------------|-----------|119| Table | Foundational data table with DataSource pattern | [cdk-table](references/cdk/cdk-table.md) |120| Tree | Foundation for hierarchical tree display | [cdk-tree](references/cdk/cdk-tree.md) |121| Collections | SelectionModel for managing selection state | [cdk-collections](references/cdk/cdk-collections.md) |122| Virtual Scrolling | Performant rendering of large lists | [cdk-scrolling](references/cdk/cdk-scrolling.md) |123124### Layout & Responsiveness125126| Topic | Description | Reference |127|-------|-------------|-----------|128| Layout | BreakpointObserver and MediaMatcher | [cdk-layout](references/cdk/cdk-layout.md) |129| Bidi | Bidirectionality (LTR/RTL) handling | [cdk-bidi](references/cdk/cdk-bidi.md) |130131### Interaction132133| Topic | Description | Reference |134|-------|-------------|-----------|135| Drag and Drop | Reordering lists and transferring items | [cdk-drag-drop](references/cdk/cdk-drag-drop.md) |136| Clipboard | Copy text to system clipboard | [cdk-clipboard](references/cdk/cdk-clipboard.md) |137| Listbox | Accessible custom listbox controls | [cdk-listbox](references/cdk/cdk-listbox.md) |138| Menu | Accessible custom menus and menu bars | [cdk-menu](references/cdk/cdk-menu.md) |139140### Component Foundations141142| Topic | Description | Reference |143|-------|-------------|-----------|144| Accordion | Foundation for expandable panel groups | [cdk-accordion](references/cdk/cdk-accordion.md) |145| Stepper | Foundation for wizard-like workflows | [cdk-stepper](references/cdk/cdk-stepper.md) |146147### Utilities148149| Topic | Description | Reference |150|-------|-------------|-----------|151| Text Field | Auto-resize textarea and autofill detection | [cdk-text-field](references/cdk/cdk-text-field.md) |152| Platform | Browser and platform detection | [cdk-platform](references/cdk/cdk-platform.md) |153| Observers | Content mutation observation | [cdk-observers](references/cdk/cdk-observers.md) |154| Coercion | Input type coercion utilities | [cdk-coercion](references/cdk/cdk-coercion.md) |155| Keycodes | Keyboard key code constants | [cdk-keycodes](references/cdk/cdk-keycodes.md) |156157## Advanced158159| Topic | Description | Reference |160|-------|-------------|-----------|161| Custom Form Field Control | Creating custom mat-form-field controls | [advanced-custom-form-field](references/advanced-custom-form-field.md) |162| Theme Customization | CSS variables and utility classes in custom components | [advanced-theme-customization](references/advanced-theme-customization.md) |