Kwan Jun Wen
Kwan Jun Wen
Hi, I'll love to contribute to this project. Care to give me some guidance on this issue ?
I've updated the docs, feel free to take a look :) Regarding to the issue, perhaps we could make overriding to be the default behaviour and add an option (perhaps...
Potential duplicates of https://github.com/shadcn-ui/ui/issues/2944.
Hi! I would love to see this component in Radix. This is my API suggestion for `Breadcrumb` component for Radix :) Please feel free to comment your thoughts as well....
> In terms of keyboard accessibility, what's the norm? Some questions here. > > * **ArrowRight** and **ArrowLeft** navigates among breadcrumb items? (React Aria doesn't support this, Chakra does); >...
Here's an example of Combobox Input which is pretty common. (similar to Material UI) I wanted to contribute this example but is currently blocked by `cmdk`'s breaking changes on Shadcn's...
> So tried updating my code to use aws-sdk-go-v2, but still getting the same error. After checking my S3 serverless deployment bucket, I'm seeing that the .zip file for the...
After playing around and some debugging, I notice that when I do `packages/wouter/src/use-browser-location.js` ```js export const useSearch = ({ ssrSearch = "" } = {}) => { return useLocationProperty( ()...
> @junwen-k Hi! My guess it that `useSearchParams` from RR isn't compatible with wouter and it requires a separate implementation which is wouter-specific. I have an idea, as an experiment,...
I notice that when I do ```js const subscribeToLocationUpdates = (callback) => { for (const event of events) { addEventListener(event, (...props) => { console.log("event", event, ...props); callback(props); }); } return...