📝 Excited to share the interactive guide to CSS container queries.

I wrote about what container queries are, what the problems they solve, and how to use them along with interactive examples and visuals. Happy learning!

https://ishadeed.com/article/css-container-query-guide

An Interactive Guide to CSS Container Queries

Learn how to use CSS container queries today.

@shadeed9 This is awesome, as usual. Did you roll-your-own in terms of the visual example resizer widget, or did you start with an open-source component?
@kevinkleinpdx Thanks Kevin. I used "react-resizable" package but thinking of changing to something else for the upcoming articles as it hasn't been updated in the past 8 months (https://github.com/react-grid-layout/react-resizable).
GitHub - react-grid-layout/react-resizable: A simple React component that is resizable with a handle.

A simple React component that is resizable with a handle. - GitHub - react-grid-layout/react-resizable: A simple React component that is resizable with a handle.

GitHub