svelte

Svelte offers remarkable flexibility for creating dynamic components. In this tutorial, we’ll explore how to instantiate components on the fly and pass properties to them in an elegant and efficient manner.
I often need to code some way to have multiple pages rendered in the same location : think about a configuration panel with several sub panels.
So, a few days ago, I saw a video showing a password creation form. Each time the user types anything, there is an instant validation with icons indicating which constraint is fulfilled.
I want to code a simple tags input component in Svelte like the animation above. An input text where I can type words.