notus-svelte
notus-svelte copied to clipboard
[Feature Request] how to use this with sveltekit?
What is your enhancement?
sveltekit compatible
The binding of dropdown menu stuff (ex. btnDropdownRef
in files routes/*Dropdown.svelte
) does not travel well into a svelte kit environment. Is this binding method something that rollup svelte does under the table? Or is there a package to install?
I have tried to learn Sveltekit by modifying the code. My result is in https://github.com/jahbini/notus-svelte-dashboard.git (a direct clone) under the fork "forkit."
It seems to do all the right stuff to reproduce the demo pages, while adhering to svelte kit methodology. Mostly.