fluentui
fluentui copied to clipboard
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
## Current Behavior Test cases are simple benchmarks. ## New Behavior This PR adds code for generating and rendering deep and broad DOM trees allowing us to better simulate a...
This PR removes the filled with shadow appearance variants. This is due to the shadow appearances not being visible when used on a background that meets our contrast ratio guidelines....
### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell CPU: (20) x64 Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz Memory: 81.95 GB / 127.71 GB Browsers: Edge: Spartan (44.22000.120.0),...
address high contrast issues for the calendar, checkbox, data-grid-row, menu-item, and switch ## Current Behavior ## New Behavior ## Related Issue(s) Fixes #
This PR adds the initial implementation of Persona. Note: Styles are still a WIP, this PR is mainly to get the logic down. ## Related Issue(s) Fixes #24640
### Library React Northstar / v0 (@fluentui/react-northstar) ### System Info ```shell System: OS: Windows 10 10.0.22621 CPU: (28) x64 Intel(R) Core(TM) i9-10940X CPU @ 3.30GHz Memory: 36.94 GB / 63.80...
## Current Behavior The SwitchField control inherits the `labelPosition` prop from Switch. However, the `label` prop goes to the field and not the Switch, and so the Switch's `labelPosition` prop...
### Environment Information - **Package version(s)**: 8.19 and later - **Browser and OS versions**: Edge, Chrome ### Please provide a reproduction of the bug in a codepen: The bug is...
## Current Behavior At the moment main usages for `ARIAButton` are: 1. `Button` component itself 2. `AccordionHeader` button slot 3. Triggers (`PopoverTrigger`, `MenuTrigger`, `DialogTrigger`) When those usages are combined (which...