attractions
attractions copied to clipboard
A pretty cool UI kit for Svelte
A previous PR (#312) was made with the target of rewriting the docs in SvelteKit. It quickly became outdated and was only targeting the docs, so this PR supersedes it...
Sapper is no longer actively developed and SvelteKit is a much better experience Migration guide: https://kit.svelte.dev/migrating
Hi, I have been using attractions this week but I quickly found that tables are pretty limited because by default you can't fully customize rows etc. A quick fix might...
Hello! This is one of the better designed UI component libraries out there so I'd love to use it in prod. However, I don't see explicit mentions of SvelteKit in...
For the correct `font-family` to work, I put `Ubuntu` font from Google fonts in ``. However, I don't see it being documented anywhere. Is font supposed to be shipped with...
### UX issues I am having some UX related problems with the DatePicker component _(so much so, that I had to build a custom DatePicker from calendar)_, and I think...
This will require an automation token. > Maintainers are required to have two-factor authentication enabled to publish versions of this package. Automation tokens may also be used for publishing from...
https://search.google.com/search-console/welcome
Set up the necessary ARIA attributes and support keyboard navigation for the following components: - [ ] `Dialog` ([ARIA: Alert Dialog](https://www.w3.org/TR/2019/NOTE-wai-aria-practices-1.1-20190814/examples/dialog-modal/alertdialog.html) and [ARIA: Modal Dialog](https://www.w3.org/TR/2019/NOTE-wai-aria-practices-1.1-20190814/examples/dialog-modal/dialog.html)) - [ ] `Button` ([ARIA:...
We should add a `block` prop to the button to swap the underlying element for a ``. Let that prop be incompatible with `href`. We should also use `` elements...