Roman Zhuravlov
Roman Zhuravlov
I want to add a custom button in the header/footer that toggles a `ThemePanel` on click. And I want to remap default "T" and "D" hotkeys to something else. Also,...
I'm building a catalogue of premade components/sections. Very similar to [Radix Playground](https://www.radix-ui.com/themes/playground). I'm using it to demo the theme options better as well.
In general, I don't see why `ThemePanel` can't be used in production to allow user to customize the appearance of the app. Especially when working with dashboards / platforms and...
Okay, I'll take a look today
@vladmoroz Here's a PR with discussed changes: https://github.com/radix-ui/themes/pull/393
@maslianok 👋 Hey, It seemed to me that the existing demo was created quite a while ago, hastily put together, and had become very outdated. Feeling inspired, I took the...
New playground demo: https://react-resize-detector.vercel.app/ Existing demo for comparison: https://maslianok.github.io/react-resize-detector/
@maslianok Don't forget to update https://maslianok.github.io/react-resize-detector/ to use the new playground app
Please provide a minimal CodeSandbox with your issue
Hm, try adding ``` id={`recaptcha-${locale}`} ``` to your `ReCaptchaProvider`