primitives
primitives copied to clipboard
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
### Description This PR modifies the way `Slottable` works, adding support for nested children without the need to parse them. Fixes #1825 ### Example ```tsx import React from 'react'; import...
## Feature request ### Overview When using a Popover, there are situations where due to the placement of the anchor and a small screen size, the popover will collide with...
## Feature request ### Overview Hi folks, `PopoverAnchor`'s `virtualRef` prop has been really helpful in anchoring to elements that are controlled by libraries/frameworks so I'm looking to see if it's...
### Description `createFocusGuard` creates a ``, then applies CSS to it using `cssText`. This violates Content-Security-Policy unless `style-src: 'unsafe-inline'` is permitted. Setting the individual properties is acceptable under a strict...
## Bug report ### Current Behavior Slider when it has orientation vertical can be moved from top to bottom but only like couple px, and the bar is still horizontal...
## Bug report ### Current Behavior Dialog, as used in your examples. You can see the white gap on the right side You can see the same behavior on Shadcn,...
### Description The current implementation has both: `hidden={!isOpen}` `{isOpen && children}` Not being able to control how collapsable content is shown, can cause issues when combining it with forms. If...
## Bug report ### Current Behavior Goal: Force the content menu to be open on mobile navigation menu. Problem: Cannot force dropdown content menu to be open. I am setting...
## Feature request ### Overview I'd like to see, optional, support for the browser native element in the react-alert-dialog and alert-dialog packages ### Who does this impact? Who is this...
Fix Issue #2828 Package modified: "\packages\react\select\src\Select.tsx"