Outlook_Addin_LLM/node_modules/@fluentui/react-focus
2024-11-29 21:36:41 +01:00
..
config First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
dist First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
etc First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
lib First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
lib-amd First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
lib-commonjs First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
src/components/FocusZone First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
CHANGELOG.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
CHANGELOG.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
just.config.ts First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
LICENSE First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
package.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
README.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00

@fluentui/react-focus

Focus management components for Fluent UI React

This package contains various components that deal with focus management to be leveraged when building applications using Fluent UI.

At the moment, these components include:

  • FocusZone

To import a component from the @fluentui/react-focus package:

import { ComponentName } from '@fluentui/react-focus';