ZLZell Liewinzellwk.com·Dec 27, 2023 · 2 min readMaking a nice neon buttonWhen I was building the Magical Dev School website, I accidentally stumbled on a way to make Neon buttons look good. https://youtu.be/uiI7eEUFbc4 There are three important elements: A little bit of glow around the text A larger glow around the bu...00
ZLZell Liewinzellwk.com·Nov 28, 2023 · 2 min readSplendid Astro Spacing — A Tailwind Utility for AstroWhen using Tailwind with Astro, you’ll notice that Tailwind’s space utilities stop working when you use it with Astro Components or Slots . <!-- Doesn't work when using with Astro components and slots --> <div class='space-y-4'> <Component client:l...00
ZLZell Liewinzellwk.com·Nov 20, 2023 · 3 min readEasy caching on the local file system with NodeToday I want to introduce you a utility that will make caching in the local file system extremely easy. This utility is called fileCache and it’s built into Splendid UI. npm install splendid-ui To use the utility, import fileCache from Splendid UI. ...00
ZLZell Liewinzellwk.com·Nov 7, 2023 · 3 min readzlFetch now supports FormData!"Now" is grossly inaccurate because zlFetch has supported Form Data since v5.0 (since April) and we’re already at v6.0 🙃. Nevertheless, let me share with you what this is all about. How zlFetch supports Form Data You can now pass Form Data content i...00
ZLZell Liewinzellwk.com·Sep 27, 2023 · 5 min readLimitations of Scoped CSSI was really excited about Scoped CSS a couple of years back when frameworks like React and Vue introduced them. As I began trying Scoped CSS out for myself, I was disappointed and I felt it didn't live up to its hype. But after more tries, I'm happy...00