first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# @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';
```