sveltejs / svelte

Cybernetically enhanced web apps
https://svelte.dev
MIT License
78.8k stars 4.14k forks source link

How to use 3rd party plugins and tools with Svelte? #5542

Closed chanakaDe closed 4 years ago

chanakaDe commented 4 years ago

Hey guys,

I'm coming from the Vue and Agular background. But I love Svelte and I need to use this for my next project which is a e-commerce based solution. I need to use so many 3rd party tools and plug-ins. For example, I need to use image sliders, html editor wysiwyg, multiple image uploaders, etc. In vue or angular, when we search "html editor wysiwyg", there are many options and we can simply use them.

But can we do that in Svelte too? I did some searching and I didn't find any good solutions. For example, if I need to use a wysiwyg editor, how to proceed that?

Please advice.

Conduitry commented 4 years ago

GitHub issues aren't the right place for support questions like this. Please ask on StackOverflow or in our Discord chat room.