notus-svelte icon indicating copy to clipboard operation
notus-svelte copied to clipboard

[Feature Request] how to use this with sveltekit?

Open bokunodev opened this issue 2 years ago • 2 comments

What is your enhancement?

sveltekit compatible

bokunodev avatar May 22 '22 02:05 bokunodev

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?

jahbini avatar Mar 26 '23 20:03 jahbini

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.

jahbini avatar Apr 09 '23 13:04 jahbini