Skip to content

Commit ca1c6c9

Browse files
[docs] Consistent arrow style (#397)
1 parent 1980ee7 commit ca1c6c9

File tree

1 file changed

+8
-8
lines changed
  • docs/data/base/components/tabs

1 file changed

+8
-8
lines changed

docs/data/base/components/tabs/tabs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
1919

2020
## Installation
2121

22-
Base UI components are all available as a single package.
22+
Base UI components are all available as a single package.
2323

2424
<codeblock storageKey="package-manager">
2525

@@ -164,16 +164,16 @@ Alternatively, you can set `activateOnFocus={false}` on `<Tabs.List>` so tabs ar
164164

165165
## Accessibility
166166

167-
Base UI Tabs follow the [Tabs WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/).
167+
Base UI Tabs follow the [Tabs WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/).
168168

169169
### Keyboard navigation
170170

171-
| Key | Function |
172-
| :--------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- |
173-
| <kbd class="key">Left arrow</kbd> | Moves focus to the previous tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. |
174-
| <kbd class="key">Right arrow</kbd> | Moves focus to the next tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. |
175-
| <kbd class="key">Up arrow</kbd> | Moves focus to the previous tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. |
176-
| <kbd class="key">Down arrow</kbd> | Moves focus to the next tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. |
171+
| Keys | Descriptions |
172+
| ---------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------- |
173+
| <kbd class="key">Left Arrow</kbd> | Moves focus to the previous tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. |
174+
| <kbd class="key">Right Arrow</kbd> | Moves focus to the next tab (when `orientation="horizontal"`) and activates it if `activateOnFocus` is set. |
175+
| <kbd class="key">Up Arrow</kbd> | Moves focus to the previous tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. |
176+
| <kbd class="key">Down Arrow</kbd> | Moves focus to the next tab (when `orientation="vertical"`) and activates it if `activateOnFocus` is set. |
177177
| <kbd class="key">Space</kbd>, <kbd class="key">Enter</kbd> | Activates the focused tab. |
178178

179179
### Labeling

0 commit comments

Comments
 (0)