syncfusion-blazor-menu-bar — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-blazor-menu-bar (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when you need to:
The Syncfusion Blazor Menu Bar component provides a flexible, feature-rich menu system for navigation. It supports:
📄 Read: references/getting-started.md
📄 Read: references/menu-items-and-data-binding.md
📄 Read: references/events-and-interactions.md
📄 Read: references/icons-and-styling.md
📄 Read: references/animation-and-orientation.md
📄 Read: references/advanced-scenarios.md
📄 Read: references/api-reference.md
@using Syncfusion.Blazor.Navigations
<SfMenu TValue="MenuItem">
<MenuItems>
<MenuItem Text="File">
<MenuItems>
<MenuItem Text="Open"></MenuItem>
<MenuItem Text="Save"></MenuItem>
<MenuItem Text="Exit"></MenuItem>
</MenuItems>
</MenuItem>
<MenuItem Text="Edit">
<MenuItems>
<MenuItem Text="Cut"></MenuItem>
<MenuItem Text="Copy"></MenuItem>
<MenuItem Text="Paste"></MenuItem>
</MenuItems>
</MenuItem>
<MenuItem Text="Help"></MenuItem>
</MenuItems>
</SfMenu>Use direct MenuItem components for small, static menus. This is the simplest approach and requires no data binding setup.
Use MenuFieldSettings to bind a List<T> to your menu. Perfect for dynamic menus sourced from databases or APIs.
Map ParentId relationships in flat data to create hierarchical menus. Ideal for category/subcategory structures.
Use MenuEvents to respond to user actions (Created, ItemSelected, OnOpen, OnClose). Essential for tracking user navigation.
Combine IconCss, MenuAnimationSettings, and Orientation for visually appealing, professional menus.
| Property | Purpose | Common Values |
|---|---|---|
TValue | Generic type for menu items | MenuItem, custom classes |
Orientation | Menu layout direction | Horizontal (default), Vertical |
ShowItemOnClick | Open submenus on click instead of hover | true, false (default) |
MenuAnimationSettings | Animation configuration | SlideDown, ZoomIn, FadeIn |
MenuFieldSettings | Data binding field mappings | ItemId, Text, ParentId, Children |
MenuEvents | Event handlers | Created, OnOpen, ItemSelected, etc. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.