Files
starface-outlook-sync-addin/node_modules/@fluentui/react-focus/README.md
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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';
```