Community Card

Night Shippers

312 members

By Deniz

About this component

Community Card

A compact community card with thumbnail, member count, and organizer row for directories and group lists.

Usage

The import and the props worth knowing about, in one place.

import { Card27 } from "@/components/beste/component/card27";

// The whole card becomes a link when href is set.
<Card27
  src="/groups/night-shippers.jpg"
  title="Night Shippers"
  meta="312 members"
  byName="Deniz"
  href="/groups/night-shippers"
/>

<Card27
  src="/groups/design-club.jpg"
  title="Design Club"
  meta="94 members"
  byName="Elif"
  bySrc="/avatars/elif.jpg"   // or omit for the gradient dot
  tone="violet"               // dot: "peach" (default) | "violet" | "emerald"
/>

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Night Shippers

312 members

By Deniz

Usage
import { Card27 } from "@/components/beste/component/card27";

<Card27
  src="https://images.unsplash.com/photo-1485955900006-10f4d324d411?q=80&w=400&auto=format&fit=crop"
  title="Night Shippers"
  meta="312 members"
  byName="Deniz"
  href="#"
/>

Keyboard and gestures

Every one of these is in the component already. They are listed because a props table cannot mention a gesture, so nothing else on this page can tell you they exist.

HoverThe card lifts and the image scales inside its frame; `motion-reduce` turns the movement off.

Props

Read from the component's own type, so this cannot drift from what it accepts.

PropTypeDefaultDescription
src*stringSquare thumbnail URL
title*stringCommunity or group name
metastringMuted meta line (e.g. "312 members")
byNamestringOrganizer name in the bottom row
bySrcstringOrganizer avatar URL; falls back to a gradient dot
hrefstringIf set, the whole card links to this href
tone"peach" | "violet" | "emerald"Gradient dot color when there is no organizer avatar
classNamestringAdditional classes merged onto the root

More Card components

View all Card
98%+2.1%

Customer satisfaction

vs last quarter

Stat Card

A minimal stat card with a bold value, label, and optional trend delta for metrics rows.

Article Card

An article card with cover image, category chip, excerpt, and author row for blog and news grids.

Deniz Arslan

Deniz Arslan

Creative Director

Leads brand systems for venture backed startups. Previously at North & Co.

View profile

Team Reveal Card

A team member card with a grayscale portrait that gains color on hover while a bio drawer slides up.

We rebuilt our marketing site in a weekend. The blocks are clean, accessible, and the code reads like we wrote it ourselves.
Mary PollockFounder, Nordwind

Testimonial Card

A testimonial card with star rating, quote, and author row for reviews and social proof sections.

Photo Stack Card

A photo stack card whose tucked prints fan out on hover for albums, galleries, and case studies.

Ship in minutes

Copy a block, wire up your content, and deploy. No boilerplate, no configuration, no lock in.

Learn more

Spotlight Feature Card

A feature card with an icon tile and a cursor tracking spotlight for landing page feature grids.