skeleton
skeleton copied to clipboard
A complete design system and component solution, built on Tailwind.
When opening or closing a menu, an empty style tag is added to the head. STR: 1. Open Dev Tools and select Elements (or click on page-> Inspect) 2. Go...
The aim is to improve overall accessibility across all component. This will be an on-going process that may be subdivided in to multiple parts. [ARIA reference](https://www.w3.org/WAI/ARIA/apg/) ## A11y Tooling Highly...
Per [this message on Reddit](https://www.reddit.com/r/sveltejs/comments/w8odl6/introducing_skeleton_a_svelte_ui_component/ijmajjq/?context=8&depth=9), it looks like more testing is needed to ensure Skeleton works for non-SvelteKit projects. ## Process 1. ~Identify any and all component or utility where...
> NOTE: moving this here to track progress For reference - https://github.com/highlightjs/highlight.js/issues/3527 there is a screen grab showing the exact error we get. I've also gone ahead and asked them...
Hello, I am currently working on a template using Webpack Encore with Svelte. After following the installation instructions, I encountered a few issues when trying to run Webpack. I also...
DO NOT MERGE - this is for previewing ## What does your PR address? Fixes #351 Notes: This actually uses https://github.com/mattjennings/vite-plugin-sveld which in turn uses sveld. To differentiate between props...
### Current Behavior Currently, if you bring up the Drawer component, tabbing will still be focused on the main page. ### Steps To Reproduce 1. Activate a drawer with focusable...
### Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged! Similar to [Tailwind's ](https://tailwindcss.com/) search palette, it'd be handy to be able to Ctrl +...
## Svelte https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md Some of these changes may be directly relevant to our in-progress a11y updates. Likewise the updates to `` may be useful, for expanding dynamic examples within our...
### Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged! @niktek confirmed we can use JSDocs comments to add additional intellense information for component props....