stackblitz.com/edit/rac-swi...
stackblitz.com/edit/rac-swi...
--tint: green;
Modern CSS is amazing! 😲
--tint: green;
Modern CSS is amazing! 😲
stackblitz.com/edit/rac-sel...
stackblitz.com/edit/rac-sel...
🥳 Multi Select!
🎬 ComboBox onAction prop, e.g. "create" item
➡️ Disclosure animation
✅ New SelectionIndicator component – animations in Tabs, ToggleButtonGroup, etc.
📱 Improved modal behavior in iOS 26
📆 Calendar selectionAlignment
react-spectrum.adobe.com/releases/202...
🥳 Multi Select!
🎬 ComboBox onAction prop, e.g. "create" item
➡️ Disclosure animation
✅ New SelectionIndicator component – animations in Tabs, ToggleButtonGroup, etc.
📱 Improved modal behavior in iOS 26
📆 Calendar selectionAlignment
react-spectrum.adobe.com/releases/202...
stackblitz.com/edit/rac-swi...
stackblitz.com/edit/rac-swi...
stackblitz.com/edit/szjf6ul...
stackblitz.com/edit/szjf6ul...
Works when tapping inputs, with different keyboard sizes, when the address bar is collapsed or expanded, programmatic focus, dialog scroll animations, etc.
Coming soon to React Aria! 🎉
Works when tapping inputs, with different keyboard sizes, when the address bar is collapsed or expanded, programmatic focus, dialog scroll animations, etc.
Coming soon to React Aria! 🎉
• Native CSS transitions, no animation library needed.
• Works with SSR with no flicker before JS runs.
• No ResizeObserver.
• Enter + exit animations.
• Native CSS transitions, no animation library needed.
• Works with SSR with no flicker before JS runs.
• No ResizeObserver.
• Enter + exit animations.
height: var(--disclosure-panel-height);
transition: height 200ms;
Works with browser page search too!
height: var(--disclosure-panel-height);
transition: height 200ms;
Works with browser page search too!
Just one of the demos I'm planning for the new docs. 🙂
Just one of the demos I'm planning for the new docs. 🙂
<Autocomplete>
<SearchField />
<Table />
</Autocomplete>
<Autocomplete>
<SearchField />
<Table />
</Autocomplete>
Now 1 line:
transform-origin: var(--trigger-anchor-point);
Now 1 line:
transform-origin: var(--trigger-anchor-point);
Combines Select, Popover, Autocomplete, SearchField, Virtualizer, and ListBox. Composition ftw!
stackblitz.com/edit/react-a...
Combines Select, Popover, Autocomplete, SearchField, Virtualizer, and ListBox. Composition ftw!
stackblitz.com/edit/react-a...