devexpress-blazor-ribbon
Installation
SKILL.md
DevExpress Blazor Ribbon
DxRibbon is a tabbed command bar for Blazor applications. It organizes commands in tabs and groups — following an Office-style UX. The Ribbon supports standard items, toggle items, color palettes, combo boxes, spin editors, and contextual tabs that appear only when contextually relevant.
When to Use This Skill
- Add an Office-style ribbon to a Blazor page
- Create tabs (Home, Insert, Format, etc.) with groups and commands
- Add an Application tab (File menu) with nested sub-items
- Show contextual tabs only when certain content is selected (e.g., Picture Format, Table Tools)
- Create toggle and radio-group items in the ribbon
- Add color palette pickers to the ribbon
- Embed combo boxes and spin editors in ribbon groups
- Integrate the Ribbon with other components (RichEdit, Grid)