tsimport {CommandPalette} from '@astryxdesign/core/CommandPalette'
| Guidance | Practices |
|---|---|
| Do | Provide a searchSource with bootstrap results so users see useful options before typing. |
| Do | Use auxiliaryData.group on items to automatically organize results into labeled sections. |
| Don't | Use CommandPalette for simple dropdowns or menus; use Menu or Selector for inline selections. |
| Don't | Add too many groups or items; curate results to keep the palette fast and scannable. |