What are plugins and how to use one in sololearn sdk? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are plugins and how to use one in sololearn sdk?

11th Jul 2020, 8:07 AM
Sameer Crestha
Sameer Crestha - avatar
4 Answers
+ 5
You mean libraries? You can link "cdn link" to any js library from https://cdnjs.com for example, this is for jQuery library. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
11th Jul 2020, 8:12 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 2
https://www.npmjs.com/package/pure-swipe-js Nop, i want to use this plugin. How can i use it in sololearn sdk?
11th Jul 2020, 8:17 AM
Sameer Crestha
Sameer Crestha - avatar
+ 2
in npm ? try jsdelivr, the url is pretty straightforward https://www.jsdelivr.com/package/npm/pure-swipe
11th Jul 2020, 8:27 AM
Taste
Taste - avatar
0
Just grab them online using CDN link And use them as you use it normally in your web codes. There is no special procedure for it. have a look to this \/ https://www.tutorialspoint.com/jquery/jquery-plugins.htm
11th Jul 2020, 9:35 AM
Ayush Kumar
Ayush Kumar - avatar