Changing HTML Class in Svelte Components with the Class Directive
Svelte is an up and coming front end framework for developing front end web apps.
It’s simple to use and lets us create results fast.
In this article, we’ll look at how to change class names dynamically with the Svelte class
directive.