DrawerItemNestedItemsTagHelper
Example
Razor
<drawer-items>
<drawer-item></drawer-item>
</drawer-items>
ChildTags
| Tag Name | Details |
|---|---|
| drawer-item | DrawerItemsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| item | DrawerItemTagHelper | Gets or sets the item at the specified index in the collection. |
| items | IList<DrawerItemTagHelper> | Specifies the items rendered by the Drawer when the top-level template option is not set. Each item can define text, icon, state, custom attributes, per-item template functions, and nested child items through items.items. If template is configured, it takes precedence and the items configuration is ignored. |