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
Implement marked to render technical notes writtein in markdown as content. Currently, the technical notes are straight up HTML, but it would be nicer if we had a way to...
Generic popover needs work. This would be a way to trigger a popover e.g. with a Svelte action. Related #24 .
Update Inter UI to the latest version, and only load the woff2 version. Latest version via https://rsms.me/inter/
 That orange is UGLY! Need to come up with more pleasing warning colors in dark mode.
Colors needs better logic; * color-blue-400 refers to a blue with about 40% lightness * we should check this logic for *all* colors; but perceived lightness is different for every...
Work on a progress bar at the top? Like a small line, animating across the whole top? The spinning circle in the middle causes too much of a content flash....
I would like to be able to set the order of categories in an array, and for that order to be used in the styleguide.
Render amount of pages based on a totalPages prop; using a range function ([lodash](https://lodash.com/docs/4.17.15#range)) to derive any `...` positioning. Edit: here's the beautiful Vue code from previous project. Would like...
Ever since I introduced animations on Accordion, Alert stack etc. visual problems have popped up when changing routes, with the new page showing in the old page, or navigation getting...
On Discord, it was suggested that the build is too slow. I added SSR [here](https://github.com/Wolfr/sveltekit-jui/commit/e99ba1e4bc3cc62f8891671b5581086bdc3f7a55) but not sure if it really helps.