File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
docs/content/docs/utilities Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,38 @@ Contains all the parts of a Roving Focus
4141
4242<!-- @include: @/meta/RovingFocusGroup.md -->
4343
44+ <DataAttributesTable
45+ : data ="[
46+ {
47+ attribute: '[ data-orientation] ',
48+ values: [ 'vertical', 'horizontal', undefined] ,
49+ },
50+ ] "
51+ />
52+
4453### Item
4554
4655The item that would inherit the roving tabindex
4756
4857<!-- @include: @/meta/RovingFocusItem.md -->
4958
59+ <DataAttributesTable
60+ : data ="[
61+ {
62+ attribute: '[ data-active] ',
63+ values: 'Present when not active',
64+ },
65+ {
66+ attribute: '[ data-disabled] ',
67+ values: 'Present when not focusable',
68+ },
69+ {
70+ attribute: '[ data-orientation] ',
71+ values: [ 'vertical', 'horizontal', undefined] ,
72+ },
73+ ] "
74+ />
75+
5076## Examples
5177
5278### Vertical orientation
You can’t perform that action at this time.
0 commit comments