@@ -34,7 +34,7 @@ it will apply a gap between them.
34
34
| Name | Type | Default | Required | Description |
35
35
| ----------- | ------------------------------------------------------------------------------------------ | ------------ | -------- | ----------------------------- |
36
36
| ` children ` | \[ ` ReactElement<HTMLLIElement> ` \| ` ReactElement<NavigationItem> ` \| Array of these types] | ` null ` | ✓ | Content of the Navigation |
37
- | ` direction ` | [ Direction dictionary] [ direction- dictionary] | ` horizontal ` | ✕ | Orientation of the Navigation |
37
+ | ` direction ` | [ Direction dictionary] [ dictionary-direction ] | ` horizontal ` | ✕ | Orientation of the Navigation |
38
38
39
39
The components accept [ additional attributes] [ readme-additional-attributes ] .
40
40
If you need more control over the styling of a component, you can use [ style props] [ readme-style-props ]
@@ -107,16 +107,16 @@ inherit the height of the `Header`.
107
107
108
108
### API
109
109
110
- | Name | Type | Default | Required | Description |
111
- | ------------- | --------------------------------- | ------- | -------- | ------------------------------- |
112
- | ` children ` | \[ ` string ` \| ` ReactNode ` ] | ` null ` | ✓ | Content of the NavigationAction |
113
- | ` elementType ` | ` ElementType ` | ` a ` | ✕ | Type of element used as |
114
- | ` href ` | ` string ` | - | ✕ | URL of the link |
115
- | ` isDisabled ` | ` boolean ` | ` false ` | ✕ | Whether the action is disabled |
116
- | ` isSelected ` | ` boolean ` | ` false ` | ✕ | Whether the action is selected |
117
- | ` ref ` | ` ForwardedRef<HTMLAnchorElement> ` | — | ✕ | Anchor element reference |
118
- | ` target ` | ` string ` | ` null ` | ✕ | Link target |
119
- | ` variant ` | \[ ` box ` \| ` pill ` ] | ` box ` | ✕ | Variant of the NavigationAction |
110
+ | Name | Type | Default | Required | Description |
111
+ | ------------- | ---------------------------------------------- | ------- | -------- | ------------------------------- |
112
+ | ` children ` | \[ ` string ` \| ` ReactNode ` ] | ` null ` | ✓ | Content of the NavigationAction |
113
+ | ` elementType ` | ` ElementType ` | ` a ` | ✕ | Type of element used as |
114
+ | ` href ` | ` string ` | - | ✕ | URL of the link |
115
+ | ` isDisabled ` | ` bool ` | ` false ` | ✕ | Whether the action is disabled |
116
+ | ` isSelected ` | ` bool ` | ` false ` | ✕ | Whether the action is selected |
117
+ | ` ref ` | ` ForwardedRef<HTMLAnchorElement> ` | — | ✕ | Anchor element reference |
118
+ | ` target ` | ` string ` | ` null ` | ✕ | Link target |
119
+ | ` variant ` | [ Shape Variant Dictionary ] [ dictionary-variant ] | ` box ` | ✕ | Variant of the NavigationAction |
120
120
121
121
The components accept [ additional attributes] [ readme-additional-attributes ] .
122
122
If you need more control over the styling of a component, you can use [ style props] [ readme-style-props ]
@@ -207,7 +207,8 @@ With Buttons:
207
207
< / Navigation>
208
208
```
209
209
210
- [ direction-dictionary ] : https://github.com/lmc-eu/spirit-design-system/blob/main/docs/DICTIONARIES.md#direction
210
+ [ dictionary-direction ] : https://github.com/lmc-eu/spirit-design-system/blob/main/docs/DICTIONARIES.md#direction
211
+ [ dictionary-variant ] : https://github.com/lmc-eu/spirit-design-system/tree/main/docs/DICTIONARIES.md#variant
211
212
[ readme-additional-attributes ] : https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web-react/README.md#additional-attributes
212
213
[ readme-escape-hatches ] : https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web-react/README.md#escape-hatches
213
214
[ readme-style-props ] : https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web-react/README.md#style-props
0 commit comments