react-spectrum
react-spectrum copied to clipboard
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
Closes Visit S2 home page and watch the title. Try it on desktop and mobile and possibly in responsive view. Note, do we want it to pause for small screens?...
CodeSandbox currently has an issue where if you are not logged in you get an unhelpful error message, but it was the only option for S2 with style macros. https://github.com/devongovett/unplugin-parcel-macros/pull/18...
Closes ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new...
### Provide a general summary of the issue here Positioning of the tooltip is wrong, only for placement left/right, when the page's body has `position: relative` and it has scrolled....
Closes #9173 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...
## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for new code...
Closes This allows us to properly place a dialog with horizontal scroll document. ```tsx ``` ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub...
We need to handle this manually since we're using the scrollable container instead of the window. ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum...
### Provide a general summary of the issue here Hi there, I need to display the date in the DateField component in the following format mm/yyyy or just the year....
### Provide a general summary of the issue here Having a `Suspense` in the TableBody throws an error while SSR ```tsx ... }> ``` ### 🤔 Expected Behavior? The TableBody...