ieedan / geist-ui-svelte

A UI Library for Svelte built to match Vercel's design inspired by other librarys such as geist-ui
https://geist-ui-svelte.dev
MIT License
19 stars 8 forks source link

Make library usable for Svelte (non-kit) users #89

Closed ieedan closed 10 months ago

ieedan commented 10 months ago

This should be pretty attainable we only have a few components (I think TabItem only) that have kit dependencies. That dependency is on $page so if we can find a way to indicate active without that store we should be good

ieedan commented 10 months ago

Unfortunately the way this works right now it either breaks SSR or doesnt work with just svelte