Outlook_Addin_LLM/node_modules/@fluentui/react-focus/README.md

16 lines
435 B
Markdown

# @fluentui/react-focus
**Focus management components for [Fluent UI React](https://dev.microsoft.com/fabric)**
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:
```js
import { ComponentName } from '@fluentui/react-focus';
```