Quick Talk
2 April 2025 by erwan | Leave a Comment
switching back and forth from google search to gemini seems to bring the best fo both worlds. I asked Gemini to code a pure javascript accordion , it answered with alpine js code which is not too bad. Then a simple search query on google for "tailwind plus minus number alpine" led me to penguinui […]
Read more »
31 March 2025 by erwan | Leave a Comment
with tailwind css there's nothing like native features. For example native tailwind transition properties provide a range of hover or loop animations. If you need to get animations on scroll, you can use intersect library (demo here). And if you want to get more creative with texts, try letter animations with Fancy Commonents for react […]
6 May 2024 by erwan | Leave a Comment
started working with tailwind css, at first it really seemed impossible to code responsive menu with hierarchy in nuxtjs. NextJs has lots of nice template but nuxt seems behind , cruip sells templates for vue but not for nuxt 3, not yet though , and I finally found a nuxt2 template , which has been […]
2 May 2024 by erwan | Leave a Comment
After finding a solid basic tailwind starter on stackblitz (github repository), I go on further creative stuff. template requirements this template is a vue / vite / Tailwind responsive website with top navigation hierarchical menu : a good start for developing most web sites. First thing is to fork the starter to start working on […]