sveltekit-jui
sveltekit-jui copied to clipboard
Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
This page should describe how to use the component https://sveltekit-jui.vercel.app/styleguide/components/radio-group
Don't want to be bothered by dark mode and the potential bugs it causes? For now it is a manual process. Go through the CSS and remove every media query...
Check out the [contributing](https://github.com/Wolfr/sveltekit-jui/blob/main/CONTRIBUTING.md) document if you are interested in contributing.
Depends on #43 .
Add in more basic examples. * [ ] Sortable table header * [x] Checkbox table * [x] Actions on right side
Add a box at the bottom of every styleguide page. ``` Do you have feedback on this component? Open an issue on Github and let us know what you think!...
Documenting the code snippets manually is a bit dumb, but if I try to extract the component to a separate example, and then load the code in, I get a...
Tooltip
I would like to implement a working tooltip, using [Tippy](https://atomiks.github.io/tippyjs/).