Today's sales
12.4%Compared with yesterday
Reusable data display and feedback components for StoreHub POS, payments, loyalty, inventory, and merchant operations.
src/components/components/data/Stat.astroToday's sales
<Stat label="Today's sales" value="RM 8,420" />src/components/components/data/StarRating.astro<StarRating rating={4.8} reviewCount={326} />src/components/components/data/ReviewBadge.astro<ReviewBadge rating={4.8} reviewCount={326} />src/components/components/data/Avatar.astro<Avatar name="Aina Rahman" status="active" />src/components/components/data/AvatarGroup.astro<AvatarGroup people={[...]} max={4} />src/components/components/data/Table.astro| Item | Category | Qty sold | Net sales |
|---|---|---|---|
| Nasi Lemak Special | Mains | 84 | RM 1,092 |
| Iced Kopi | Beverages | 71 | RM 426 |
| Curry Puff | Snacks | 46 | RM 207 |
| Teh Tarik | Beverages | 39 | RM 234 |
<Table caption="Top-selling items today" columns={[...]} rows={[...]} />src/components/components/data/CheckList.astro<CheckList title="Everything your outlet needs" items={[...]} />src/components/components/data/Timeline.astroMenu, outlets, and staff access configured.
Your team learns POS, payments, and daily closing.
Start selling with local support on standby.
<Timeline title="Your StoreHub rollout" events={[...]} />src/components/components/data/ProgressBar.astroRM 36,000 of RM 50,000
<ProgressBar value={72} label="Monthly sales goal" />src/components/components/data/Chip.astro<Chip label="Low stock" icon="package-search" />src/components/components/data/Accordion.astroYes. View sales, staff activity, menu changes, and inventory across every outlet from one dashboard.
Accept cards, QR payments, and other supported local methods through an integrated checkout flow.
Yes. Customer profiles, points, rewards, and purchase history stay connected to each transaction.
<Accordion items={[...]} openIndex={0} />