kebab-case
.
Prop Name | Description | Type | Default Value | Option(s) |
---|---|---|---|---|
attributes
|
A Drupal attributes object. Applies extra HTML attributes to the parent element. |
object
| — |
|
content
*
|
Content of the side nav. side-nav-ul template is expected here. |
any
| — |
|
headline
|
Set the title of the side nav. |
object
| — |
|
Prop Name | Description | Type | Default Value | Option(s) |
---|---|---|---|---|
attributes
|
A Drupal attributes object. Applies extra HTML attributes to the parent element. |
object
| — |
|
content
*
|
Content of the side nav list. side-nav-li template is expected here. |
any
| — |
|
Prop Name | Description | Type | Default Value | Option(s) |
---|---|---|---|---|
attributes
|
A Drupal attributes object. Applies extra HTML attributes to the parent element. |
object
| — |
|
link
|
Set a nav link item. |
object
| — |
|
children
|
Render the nested children links. side-nav-ul template is expected here. |
object
| — |
|
current
|
Indicate the link item as the current page. |
boolean
| — |
|
expanded
|
Set the nested children links to be expanded by default. This only applies if the children is also set. |
boolean
| — |
|