| Menu.Trigger | ||||
|---|---|---|---|---|
| Parameter | Optional | Default | Type | Description |
| children | Yes | Node | Any nodes can be passed here. Normally used with Menu.Content | |
| additionalTriggerCSS | Yes | String | Any additional styles |
| Menu.Content | ||||
|---|---|---|---|---|
| Parameter | Optional | Default | Type | Description |
| children | Yes | Node | Any nodes can be passed here. Normally used with Menu.Link | |
| anchorPosition | Yes | right | String | Location of the dropdown menu content container. |
| additionalContentCSS | Yes | String | Any additional styles |
| Menu.Link | ||||
|---|---|---|---|---|
| Parameter | Optional | Default | Type | Description |
| url | No | String | url for link | |
| title | No | String | Title for link | |
| subtitle | Yes | String | A subtitle or description for the link | |
| iconName | Yes | String | An optional Icon can be added to the end of the link title. | |
| children | Yes | Node | Any nodes can be passed here. |