Hunter Johnston

Results 123 comments of Hunter Johnston

The space is fine, we just don't want it underlined. If we wrap the title in a `span` and apply the `underline` class to that it should work right?

Hey @ftognetto, this is definitely something we plan to add! We're working on how to best approach it since the toast is typically a singleton component that is placed on...

We're gonna keep Sonner named as such for the time being. Bits UI is being rewritten for Svelte 5 and may include a `Toast` and `Toaster` component that, while not...

I was able to resolve the hanging issue by disabling `guiApplications` in WSL. .wslconfig ``` [wsl2] guiApplications=false ```

We're currently waiting for Radix Svelte to finish this and then it will be added here as well!

Closing this issue as we'll be using the temp component issue to track this - #105

Hey @carwei ! This component will come once the Radix Svelte primitive that supports it has been created. Radix Svelte is mostly being developed by one person, so I would...

Closing this issue due to the new temp component issue created for tracking this - #102

This is due to Firefox lacking support for the `has()` CSS selector. They are expected to have the feature implemented in the first 1/2 of this year [(source)](https://connect.mozilla.org/t5/discussions/when-is-has-css-selector-going-to-be-fully-implemented-in/td-p/23794), but I...

Is this something we feel we should accommodate Firefox for? The `has` selector is what makes this component so simple to use. I'd be open to it if there was...