Design Responsive

A shared folder with AI prompts and code snippets

From workspace: Lovable

Team: Prompt library

Total snippets: 7

Lovable

Design Responsive

7 snippets

Auth Page with Responsive Panels

Create a 2-panel auth screen: - Left: image or quote - Right: login/signup form Layout: - Mobile: vertical stack, form first - Desktop: flex-row layout Use flex-col-reverse md:flex-row. Make form inputs large enough for thumbs. Use ShadCN...

Responsive Data Table

Build a responsive data table with: - Sortable headers - Dropdown filters - Pagination Use ShadCN table components. On mobile, collapse columns into stacked accordion layout (one row expands to show details). Use overflow-x-auto for mid-sized...

Sticky Nav with Responsive Collapse

Design a responsive sticky navbar. - Include logo, nav links, CTA - Desktop: full horizontal layout - Mobile: hamburger menu (ShadCN dropdown or popover) Sticky using top-0 z-50. Add scroll effect: navbar shrinks and adds shadow on scroll....

Responsive Feature Grid

Build a grid of feature cards with: - "Icon" - "Short description" - “Learn More” button triggering modal" Layout: - "Mobile: 1 column" - "Tablet: 2 columns" - "Desktop: 3–4 columns" Use Tailwind grid-cols-1, md:grid-cols-2, lg:grid-cols-4....

Responsive Pricing Cards

Build a 3-tier pricing section (Basic, Pro, Enterprise). Highlight the "Pro" plan as Most Popular. Mobile: stack cards vertically Tablet: 2-column Desktop: 3-column Each card includes plan name, price, feature list, CTA. Use Tailwind’s...

Responsive Hero with CTA

Create a responsive hero section for a marketing page. Include: Heading, subheading, CTA button Image or video beside text Layout: Mobile: stacked layout, center aligned Desktop: text left, image right Follow mobile-first strategy. Use...

Responsive Dashboard Layout

esign a fully responsive admin dashboard with key widgets: total revenue, user growth, active sessions, and performance trends. On desktop: 2-column layout with fixed sidebar On mobile/tablet: Sidebar collapses into hamburger menu Header is...