fluentui
fluentui copied to clipboard
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added ATM v9 ships only as CommonJS and ESM module format. Trying to use ESM...
TagPicker
💡 When you create a PR for any of the checklist items, add a link to this Epic under the PR's **Related Issues** section. ## Preparation - [ ] [Open...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell System: OS: Windows 11 10.0.22631 CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics Memory: 43.85 GB /...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell N/A ``` ### Are you reporting Accessibility issue? no ### Reproduction https://codesandbox.io/s/empty-sky-8dpd3l?file=/src/App.tsx ### Bug Description ## Actual Behavior Under...
## Previous Behavior Spinner currently animates a svg's circle path. This type of animation is not optimized by browsers to run on the compositor thread. As a result, if the...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added I'd like to prop table documentation for props that are of type `Slot` to...
💡 When you create a PR for any of the checklist items, add a link to this Epic under the PR's **Related Issues** section. ## Preparation - [ ] [Open...
We should light up the following props from Accordion to Nav: - OpenCategories- array of open categories - Collapsible - can collapse all items - Multiple - can have multiple...
## Previous Behavior `@fluentui/react` would not correctly render styles in shadow DOM. ## New Behavior `@fluentui/react` supports rendering in shadow DOM. ## Related Issue(s) - Fixes #28058