fluentui
fluentui copied to clipboard
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
This PR adds a new app called "Stress Test" that allows Fluent developers to test and compare the performance of v8, v9 and Web Component (WC) Fluent implementations. Today if...
### Environment Information - **Package version(s)**: 8.46.0 - **Browser and OS versions**: macOS Monterey and Chrome 104.0.5112.79 ### Describe the issue: When the allowFreeForm prop is set to true, voiceover...
RFC for defining a convention on how files should be organized in v9 packages. [PREVIEW](https://github.com/microsoft/fluentui/pull/24332/files?short_path=aa0c69f#diff-aa0c69ffcf1e796ffc7b69168e9575f60caaa35981660d6ebb2b8d8e64ff1d19) Part of #24129
### Environment Information - **Package version(s)**: (fill this out) - **Browser and OS versions**: (fill this out if relevant) ### Describe the issue: when a user tries to input a...
## Steps: - [ ] Create RFC to document new package structure: #24332 - [ ] Update `migrate-converged-pkg` generator to reflect new structure and update npm ignore file - [...
### Library React / v8 (@fluentui/react) ### System Info ```shell System: OS: Windows 10 10.0.22000 CPU: (20) x64 Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz Memory: 65.38 GB / 127.71 GB...
Implments a `useTable` state hook to support selection and sort. Initially I tried this with [@tanstack/react-table](https://www.npmjs.com/package/react-table), but that library is incredibly generic and relies heavily on render functions which I...
Since the `` element within the checkbox is styled to cover the entire width and height of the control (including the label text), links and other potential interactive items within...
### Library React / v8 (@fluentui/react) ### Describe the feature that you would like added A new prop or data attribute that allows us to supply a function that will...
Explore ways of composing interactive behaviour to the `Table` primitives. Preparation for future `DataGrid` component - [ ] support selection (single + multiple) - [ ] support sorting - [...