USP Grid

A feature highlights grid showcasing unique selling points with icons, titles, and descriptions in a responsive column layout.

Preview

Comfortable Beds

Affordable Stays

Starting at just ₹499 per night across India

Map

50+ Destinations

From mountains to beaches, we've got you covered

Common Hangout Areas

Community Vibes

Meet fellow travellers from around the world

Usage

tsx
import { UspGrid } from "zostel-ui";

<UspGrid
  items={[
    { icon: <ShieldCheck />, title: "Safe & Secure", description: "24/7 staff and CCTV" },
    { icon: <MapPin />, title: "Best Locations", description: "150+ handpicked spots" },
    { icon: <Users />, title: "Community", description: "100,000+ Zo Citizens" },
  ]}
  columns={3}
/>

Props

items
Type: UspItem[]
Default:

Array of USP objects with icon, title, and description

columns
Type: number
Default: 3

Number of grid columns on desktop

align
Type: "center" | "left"
Default: "center"

Text alignment within each card