responsive-design

Community

Deliver pixel-perfect mobile-first layouts.

AuthorPrasadTelasula
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you implement mobile-first responsive design using Tailwind CSS breakpoints to ensure layouts work across mobile, tablet, and desktop, reducing manual tweaks and layout issues.

Core Features & Use Cases

  • Mobile-first patterns: Start with mobile styles and progressively enhance with sm, md, lg, xl, and 2xl breakpoints.
  • Responsive grids & typography: Flexible layouts using CSS Grid/Flexbox with breakpoints.
  • Adaptable media: Responsive images and media that scale with viewport.

Quick Start

Start with a mobile-first layout by applying a single-column layout and progressively adding breakpoints: e.g., grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: responsive-design
Download link: https://github.com/PrasadTelasula/EvokeQOne/archive/main.zip#responsive-design

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository