attractions
attractions copied to clipboard
A pretty cool UI kit for Svelte
Currently with the use of `:focus` selectors, many components (such as `Button`'s) get the focus styles on mouse clicks. A better experience might be to user `:focus-visible` to only display...
I notice there is Dropdown but it's not quite the same thing. Select elements on form are pretty standard and you've got the basics of it done for autocomplete. Am...
I'd like to render a group of `` instances. My current options: * resort to using a `` or a `` * wrap my group of `` instances in a...
Hi there, I would like to know if there is any kind of CSS media breakpoints support. My current case: I have chips for a particular view selection and I...
Hi there! The UI framework is very pretty, very easy to use (I am using it with a modern SvelteKit project at the moment at home) and honestly I am...
What do you think about using something like https://github.com/roonie007/vite-plugin-svelte-kebab-props to convert camelcase attributes to kebab case so that all props can be set easily when using as custom elements? If...
As the title suggests, I have swapped the current `disabled` attribute to the `aria-disabled` on the button as that makes the component more inclusive for users with assistive technologies.
use `scale` instead of `width` and `height` for more performance on mobile devices
I've just encountered a bug when opening the DatePicker on the 31st of May. The Calendar opens the May page but when switching months, it acts as if June was...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...