fluentui
fluentui copied to clipboard
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
### Library React / v8 (@fluentui/react) ### Describe the feature that you would like added Ensure that the Shadow DOM updates for Fluent v8 and Fluent v9 interop so that...
### Library React / v8 (@fluentui/react) ### Describe the feature that you would like added Fluent React v8's [`mergeStyles`](https://github.com/microsoft/fluentui/tree/master/packages/merge-styles) package should support rendering styles into Shadow DOM via [`adoptedStyleSheets`](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot/adoptedStyleSheets) and...
### Library React / v8 (@fluentui/react) ### Describe the feature that you would like added We need to understand how Layers and Portals should work for components rendered in Shadow...
### Library React / v8 (@fluentui/react) ### System Info ```shell n/a ``` ### Are you reporting Accessibility issue? no ### Reproduction https://codesandbox.io/s/icons-in-shadow-dom-fluent-v8-om81du ### Bug Description ## Actual Behavior When rendering...
### Library React / v8 (@fluentui/react) ### Describe the feature that you would like added I would like to be able to render Fluent UI React v8 components and icons...
### Library React / v8 (@fluentui/react) ### Describe the feature that you would like added SwatchColorPicker currently allows overriding the entire buttonCell, which results in the button losing all the...
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell System: OS: Linux 5.15 Ubuntu 20.04 LTS (Focal Fossa) CPU: (20) x64 Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz Memory:...
# Fluent Toolbar Web Component ## What Toolbar Does This is a bucket for buttons, icon buttons, dropdown buttons, split buttons, input, search field, divider. - `orientation`: `vertical` or `horizontal`...
Added component tests for vertical bar chart. Improved the test coverage from **57% to 77%** Improved the test coverage: From:  To: 
Implements the `Toast` component using the composition API. Also updates the toast imperative functions to be able to override the root slot. Fixes #27773