Software Alternatives & Reviews

Media Queries and Responsive Design

Tailwind CSS styled-components
  1. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    Tailwind CSS has multiple pre-defined screen sizes (breakpoints) that are compiled to the relevant Media Query (e.g. Md will compile to @media (min-width: 768px) { ... }). You can use these breakpoints to easily apply different styles for different screen sizes:.

    #Developer Tools #Design Tools #Website Design 867 social mentions

  2. styled-components is a visual primitive for the component age that also helps the user to use the ES6 and CSS to style apps.
    Pricing:
    • Open Source
    You can use Media Queries in Styled-Components similar to how you would use them in CSS, other than the fact that you can define custom screen sizes in your theme and access them inside your Media Queries:.

    #Developer Tools #Design Tools #Javascript UI Libraries 154 social mentions

Discuss: Media Queries and Responsive Design

Log in or Post with