website icon indicating copy to clipboard operation
website copied to clipboard

Website and documentation for Radix.

Results 56 website issues
Sort by recently updated
recently updated
newest added

Suggest `onPointerDown`/`onPointerUp` instead. > Hi @benoitgrelard, maybe worth mentioning in the doc? I think onMouseDown and onMouseUp are pretty commonly used events. _Originally posted by @Bailig in https://github.com/radix-ui/primitives/issues/1640#issuecomment-1238047368_

https://www.radix-ui.com/docs/primitives/utilities/slot A common example might be a composable button with icons.

## Bug report ### Current Behavior The orientation prop has no effect on `ToggleGroup`. No matter what, the ToggleGroup has a horizontal orientation. ### Expected behavior Similar to the Slider,...

## Documentation ### Relevant Radix Component(s) Every component that uses a portal (Dialog, Select, Popover, etc). According to this [conversation](https://github.com/radix-ui/primitives/issues/2773) I had on the primitives repo with @benoitgrelard , I...

documentation

## Feature request ### Overview The proposed feature involves integrating a search bar into the Radix UI documentation website. Currently, the absence of a search functionality limits users' ability to...

documentation
enhancement

Hey @benoitgrelard watching [these](https://github.com/radix-ui/primitives/issues/1164#issuecomment-1046784303) videos really gave me an 'Aha!' moment! I think it would be very useful if they where shown in the official documentation (or a more fancy...

documentation

## Documentation ### Relevant Radix Component(s) Primitives > Styling > Styling with CSS-in-JS https://www.radix-ui.com/primitives/docs/guides/styling#styling-with-css-in-js In the styling guide of radix-ui/primitives, Stitches is used to explain Styling with CSS-in-JS. However, it...

## Documentation At first, many people have doubts about how to programmatically change the state of the component (control). Mainly beginners or people with little experience in react. I believe...

documentation

## Bug report ### Current Behavior When scrolling past "Why Radix Primitives" on the main website page it looks like page rendering FPS drops significantly, from normal to ~5 fps....

- [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. - [x] Include the...