Skip to content

Commit

Permalink
Exploring Unnecessary Conditionals: Header (#3112)
Browse files Browse the repository at this point in the history
* changes in documentation

* Removing siteSearchAutosuggest from doc

* changed iconType description

* changed icontype description

---------

Co-authored-by: Alessio Venturini <[email protected]>
  • Loading branch information
SriHV and alessioventuriniAND authored Apr 10, 2024
1 parent 04074df commit 29fd0df
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/components/header/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@

## Item

| Name | Type | Required | Description |
| --------- | ------ | -------- | --------------------------------------------------------------------- |
| classes | string | false | Classes to add to the list item element |
| url | string | true | The URL for the HTML `href` attribute for the path to the linked page |
| text | string | true | The text label for the link |
| id | string | false | The HTML `id` of the link |
| ariaLabel | string | false | The `aria-label` for the item. |
| Name | Type | Required | Description |
| --------- | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| classes | string | false | Classes to add to the list item element |
| url | string | true | The URL for the HTML `href` attribute for the path to the linked page |
| text | string | true | The text label for the link |
| id | string | false | The HTML `id` of the link |
| ariaLabel | string | false | The `aria-label` for the item. |
| title | string | false | The title text for the list item element |
| iconType | string | false | Adds an icon to a service link item when set to the name of one of the [available icons](/foundations/icons#a-to-z). This is not compatible with navigation links. |

## SignOutButton

Expand Down

0 comments on commit 29fd0df

Please sign in to comment.