Design
Container Queries in Tailwind With Fallback
2022-12-05
The simplest, easiest, way to use container queries in tailwindcss with a fallback for unsupported browsers.
#React
#CSS
#tailwindcss
#containerQuery
Depth with Overlays in a Design System
2021-10-07
How to use overlays as part of your design system to give depth to components in both light and dark mode.
#DesignSystem
#DarkMode
#CSS
#MaterialDesign
#StyledComponents
#React
#Typescript
Why I Decided Against A Component Library
2021-09-02
The highlight/outline problem that quickly surfaced and how I came to see that even the most flexible of design systems has deeply embed opinions about color.
#React
#Typescript
#CSS
#chakraui
#MaterialDesign
#tailwindcss
#emotionjs
#StyledComponents
#headlessui
Google Cloud
React
Staggered Animation Done 2 Ways In React
2021-10-11
How I use Framer Motion to prototype and then refactor the code to use @emotion/styled. With an example of a staggered animation using Framer Motion and then @emotion/styled CSS-in-JS
#FramerMotion
#EmotionJS
#CSS
#prototyping
#StyledComponents
#React
#Typescript
#StaggeredAnimation
Stylish Links With CSS
2021-09-21
In this article I show you how I built a stylish and reusable link component that works with the Next.js Link component. The component is also fully typed with Typescript.
#Typescript
#React
#emotionjs
#StyledComponents
Drawer Component With Headless-UI
2021-09-07
Learn how to build a drawer component with headless-ui. In this article I show you how to build a drawer component using the modal from headless-ui
#headlessui
#react
#typescript
#tailwindcss