mehdi
mehdi
Any updates on this PR?
In a way, you are correct and by theme for now it's just the light palette, dark palette and radius. i am working now on adding fonts and gradients. If...
The idea was to make a discussion on how to implement it 😊. i was thinking about something like this ```jsx const SnapPoint = () => { const { parentRef,...
Great idea. But it will take some time i'll add it to the roadmap
I think you're wrong ref: https://github.com/adobe/react-spectrum/blob/main/packages/react-aria-components/src/TextField.tsx ```jsx [InputContext, {...inputProps, ref: inputOrTextAreaRef}], [TextAreaContext, {...inputProps, ref: inputOrTextAreaRef}], ```
My useCase: i have an `` component that wraps any input where i need the ref to focus on input element when needed ```tsx interface InputWrapperProps extends Omit, VariantProps {...
Okey, it's more clear for me, thank you so much 🙏
Quick walkaround for those who are stuck ```tsx ( ), }, ]} /> ```
This will need refactoring into a monorepo architecture
You're absolutely right. I am currently working on a themes page, it will have pre-built themes and a theme generator with colors that are automatically contrasted using adobe leonardo under...