svelte

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.