Modern tooltips
This is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX

Search for a command to run...
Articles tagged with #html5
This is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX

Modals are typical UI elements for many web apps. There are countless packages dedicated to that specific features, each framework creating its own variation. Popular frameworks like Bootstrap also have custom code to deal with it. But all this feels...

According to this SO post, well... no. What if there was a way to do it anyway ? Nesting form is not allowed If you try to do this: <form action="/main"> <input type="text" name="main_field"> <form action="/sub"> <input type="text" na...

So today I spent a few hours on stupid things but hey, at least I've learned some new tricks about custom elements, aka Web Components. Let me share them with you. Don't forget to define the custom element If you have a class extending HTMLElement an...
