/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/aria/tree/index.ts
11 строк
1020 B
Joy Serquiña
docs(aria/tree): adds aria tree nav rtl example (#32307)
30 янв 2026, 21:05
Не верифицирован
30 янв 2026, 21:05
727a11d
Код
Авторство
О чём код?
export {TreeConfigurableExample} from './tree-configurable/tree-configurable-example'; export {TreeActiveDescendantExample} from './tree-active-descendant/tree-active-descendant-example'; export {TreeDisabledExample} from './tree-disabled/tree-disabled-example'; export {TreeDisabledFocusableExample} from './tree-disabled-focusable/tree-disabled-focusable-example'; export {TreeDisabledSkippedExample} from './tree-disabled-skipped/tree-disabled-skipped-example'; export {TreeMultiSelectExample} from './tree-multi-select/tree-multi-select-example'; export {TreeMultiSelectFollowFocusExample} from './tree-multi-select-follow-focus/tree-multi-select-follow-focus-example'; export {TreeNavExample} from './tree-nav/tree-nav-example'; export {TreeNavRtlExample} from './tree-nav-rtl/tree-nav-rtl-example'; export {TreeSingleSelectExample} from './tree-single-select/tree-single-select-example'; export {TreeSingleSelectFollowFocusExample} from './tree-single-select-follow-focus/tree-single-select-follow-focus-example';