build69
build69  /  Components  /  App  /  POSTillPage

POSTillPage

v1.0.9Updated 27 Aug 2026

Composed example point-of-sale till page: product grid + open cart + payment pad. Reference for retail POS surfaces.

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedpagepostillretail+2

The default, out-of-the-box POSTillPage.

Recommended for+14
  • Reference for retail POS, restaurant ordering till
Tags+6
pagepostillretailexampledefault
Features+4
  • Product / category grid
  • Live cart panel
  • Payment / tender pad
  • Discount / void buttons
Not recommended for−2
  • Direct embedding

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "POSTillPage" })

Usage

import { POSTillPage } from '@/components/pages/POSTillPage';

<POSTillPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — POSTillPage is composed rather than configured. See the source for its full signature.

Related