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.
## Feature request ### Overview ### Examples in other libraries ### Who does this impact? Who is this for? ### Additional context
## Bug report ### Current Behavior Removing focused element inside dialog or dropdown makes CPU spike. Possibly due to focus trapping logic. [Bug](https://user-images.githubusercontent.com/3096766/183479611-78b74261-6edb-4b8d-a607-fb6c493cce5b.mov) ### Expected behavior CPU spike shouldn't happen...
## Bug report ### Current Behavior I'm building `Modal` component, using `Dialog` primitive from radix-ui. Everything worked amazing until i decided that our `Modal` component will use `React.Children` to map...
## Bug report ### Current Behavior When I hover last/first visible item in dropdown menu content it autoscrolls to some random element https://user-images.githubusercontent.com/8783498/180736094-2052435d-9f1d-4ae8-aa4d-2096701515fc.mov ### Expected behavior DropdownMenu.Content should not scroll...
## Feature request ### Overview Currently the Select menu will position the currently selected option in the list on top of the trigger. This means that depending on the selected...
### Description Allows setting `disabled` on the root `RadioGroup`, setting all `Radio` items as `disabled`. ~Individual `Radio` items can still set `disabled={false}` to override the group's setting.~ The first commit...
### Discussed in https://github.com/radix-ui/primitives/discussions/1078 Originally posted by **davbrito** January 12, 2022 There are several good packages for making virtualized lists. We have [react-virtual](https://github.com/tannerlinsley/react-virtual#readme), [react-virtualized](https://github.com/bvaughn/react-virtualized), [react-virtuoso](https://virtuoso.dev/), [react-window](http://react-window.now.sh/), etc. What would be...
## Feature request ### Overview Infinite scrolling has become some what of a standard on social media platforms. However the more dom elements you create as you scroll, the less...
> 💁 Note, I originally started [a discussion](https://github.com/radix-ui/primitives/discussions/1587) around which where it was suggested that this might be a bug. ## Bug report ### Current Behavior When using the `RadioGroup`...