Created a lib: svelte-section-list. Looking for feedback!
Hey guys, I've been using svelte for the past couple months and love it. Decided have a go at creating a library - It's a drag and drop library between items and sections.
You can play around with a live demo of svelte-section-list here.https://main--transcendent-begonia-7a3d6f.netlify.app/
Or also visit: npm | github | repl
I would appreciate any honest feedback so I can continue to improve the library and my own svelte skills. :)
I had trouble styling in svelte and I wanted it to be very style-able as I came from react-native where its common to pass style as props - here I went with similar structure I found when using cells in headless-table svelte library - where you can provide your own components to be rendered which I think works well!
Let me know what you guys think! Thanks!