Lucent UI
SearchFilterBarPricingTableNotificationFeed
✦ LLM-ready

PricingTable

pattern

Three-tier pricing card layout with feature lists and a highlighted middle card. Composes Card, Stack, Row, Text, Chip, Divider, and Button to build a production-ready pricing comparison section.

"Build a PricingTable pattern from lucent-ui with three tiers (Free, Pro, Enterprise). Use Card, Stack, Text, Chip, Divider, and Button. Highlight the middle tier with accent border and a Popular chip."

Usage

React / JSX
import { Card, Stack, Row, Text, Chip, Divider, Button } from 'lucent-ui'

<PricingTable />

Installation

pnpm add lucent-ui

API Reference

PricingTable props — * required

PropTypeDefaultDescription
CardcomponentSurface container for each pricing tier.
StackcomponentVertical layout inside each tier.
RowcomponentHorizontal layout for the three cards.
TextcomponentTypography for plan names, prices, and features.
ChipcomponentHighlight badge (e.g. Popular) on the featured tier.
DividercomponentSeparates price from feature list.
ButtoncomponentCTA buttons — outline for free, primary for featured.