BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Manifest UI/ticket-tier-select

Ticket Tier Select

manifest-ui/ticket-tier-select
FreeBlock

Ticket tier selection with quantity controls and order summary. Shows price breakdown with fees.

Install it

npx shadcn@latest add https://ui.manifest.build/r/ticket-tier-select.json

Source

registry/events/ticket-tier-select.tsxui.manifest.build/r/ticket-tier-select.json · first 6 KB
1'use client'
2
3import { Button } from '@/components/ui/button'
4import { cn } from '@/lib/utils'
5import { Minus, Plus, Info } from 'lucide-react'
6import { useState } from 'react'
7import { demoTicketTiers } from './demo/events'
8
9/**
10 * Formats a currency amount.
11 * @param {number} amount - Amount to format
12 * @param {string} currency - Currency code
13 * @returns {string} Formatted currency string
14 */
15function formatCurrency(amount: number, currency: string = 'USD'): string {
16 return new Intl.NumberFormat('en-US', {
17 style: 'currency',
18 currency,
19 minimumFractionDigits: 2
20 }).format(amount)
21}
22
23/**
24 * Represents a ticket tier option.
25 * @interface TicketTier
26 * @property {string} [name] - Tier name (e.g., "General Admission", "VIP")
27 * @property {number} [price] - Base price
28 * @property {number} [fee] - Service fee
29 * @property {number} [available] - Number available
30 * @property {string} [salesEndDate] - When sales end
31 * @property {string} [description] - Tier description
32 * @property {number} [maxPerOrder] - Maximum tickets per order
33 */
34export interface TicketTier {
35 name?: string
36 price?: number
37 fee?: number
38 available?: number
39 salesEndDate?: string
40 description?: string
41 maxPerOrder?: number
42}
43
44/**
45 * Represents a selected ticket with quantity.
46 * @interface TicketSelection
47 * @property {string} tierName - Tier name for display
48 * @property {number} quantity - Number of tickets
49 * @property {number} price - Base price per ticket
50 * @property {number} fee - Fee per ticket
51 */
52export interface TicketSelection {
53 tierName?: string
54 quantity: number
55 price?: number
56 fee?: number
57}
58
59export interface TicketTierEvent {
60 title?: string
61 date?: string
62 image?: string
63 currency?: string
64}
65
66/**
67 * ═══════════════════════════════════════════════════════════════════════════
68 * TicketTierSelectProps
69 * ═══════════════════════════════════════════════════════════════════════════
70 *
71 * Props for the TicketTierSelect component. Allows selection of multiple
72 * ticket tiers with quantity pickers and displays an order summary.
73 */
74export interface TicketTierSelectProps {
75 data?: {
76 /** Event information including title, date, and currency. */
77// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button

Files it writes

  • registry/events/ticket-tier-select.tsx
  • registry/events/demo/events.ts

Facts

Registry
Manifest UI
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

ui.manifest.build Raw registry item This item as JSON

More from Manifest UI

All 32 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Amount Inputamount-inputManifest UIBlocksFree1 dep · 2 files
Chat Conversationchat-conversationManifest UIBlocksFree1 dep · 3 files
Contact Formcontact-formManifest UIBlocksFree1 dep · 3 files
Date & Time Pickerdate-time-pickerManifest UIBlocksFree1 dep · 2 files
Event Cardevent-cardManifest UIBlocksFree1 dep · 2 files
Event Confirmationevent-confirmationManifest UIBlocksFree1 dep · 2 files
Event Detailevent-detailManifest UIBlocksFree3 deps · 2 files
Event Listevent-listManifest UIBlocksFree3 deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex