Articles Tagged
KelpUI
Tailwind’s @apply Feature is Better Than it Sounds
@apply
doesn't sound promising at all. So obviously, nobody wants to use it. Personally, I think Tailwind's @apply
feature is better than described. Introducing Shoelace, a Framework-Independent Component-Based UX Library
This is a post about Shoelace, a component library by Cory LaViska, but with a twist. It defines all your standard UX components: tabs, modals, accordions, auto-completes, and much, much more. They look beautiful out of the …
The Basics of Remix
You’ve probably heard a lot of hype around one of the newest kids on the framework block, Remix. It may be surprising that it got its start back in 2019, but it was originally only available as a subscription-based premium …
How to Make a Component That Supports Multiple Frameworks in a Monorepo
Your mission — should you decide to accept it — is to build a Button component in four frameworks, but, only use one button.css
file!
This idea is very important to me. I’ve been working on a component library called …
Open Props (and Custom Properties as a System)
Perhaps the most basic and obvious use of CSS custom properties is design tokens. Colors, fonts, spacings, timings, and other atomic bits of design that you can pull from as you design a site. If you pretty much only pull …
Tonic (Component Framework)
I enjoy little frameworks like Tonic. It’s essentially syntactic sugar over <web-components />
to make them feel easier to use. Define a Class
, template literal an HTML template, probably some other fancy helpers, and you’ve got a component …
Astro
You can’t even look at code or documentation for Astro (publicly) yet — it’s an in-progress idea — but you can watch a video of Fred showing it off to Feross.
I gotta admit: it looks awesome. I’m bullish …