Jenna Smith
Jenna Smith
We had a previous discussion about all this for reference https://github.com/radix-ui/primitives/discussions/855 Notably a "lazy" state which could be useful where the tab contents start unmounted but remain mounted when opened...
@kylemh which part are you requesting to work on? benoit has asked in #1477 that the props be moved onto `Toast.Root` so when that feedback is addressed, you should be...
> If focus is on any toast or if the cursor is hovering any toast, the timer should be paused. (why this PR is needed) the toast [does already do...
Hey @asherccohen, thanks for adding this. We have had a few requests for this so I know that we have it on our todo list. I'm not entirely sure on...
> As you mention I have had issues showing the button with the (now deprecated) `as` prop, for example to render it as a link. All styles get wiped out...
Thanks for this, I'll take a look. > Maybe Radix could fix the behavior without creating new handlers (as they do with the "press events"), and just by adding additional...
[this discussion](https://twitter.com/diegohaz/status/1515768764612100105?s=20&t=sRWYpoZ_9U49C1bkbLwk9A) got me thinking that radix could [expose an `AsRenderProp` utility](https://codesandbox.io/s/staging-monad-x3uw3d?file=/src/App.tsx) (instead of expecting consumers to create one), which got me thinking further... perhaps `asChild` could accept `asChild={AsRenderProp}` and...
thanks @DaniGuardiola, i do already know how render-props work tho, apologies for the confusion :) the proposal is because radix team has historically been against having **each component** support multiple...
ah no hard feelings at all, i just realised my message may have confused things as it does come across as a roundabout approach. > although what I would really...
I'm not sure how this sits in Radix because Radix provides functional/accessible **patterns** without styles but this appears to be purely a styling thing. Each of those examples there are...