Trip packing checklist in two columns, showing a fraction of done items at the top and strikethroughs.
New here? Read the installation guide.
import { Travel25 } from "@/components/beste/piece/travel25";
<Travel25
title="Packing list · Lisbon"
items={[
{
"label": "Passport + photocopy",
"done": true
},
{
"label": "Universal adapter",
"done": true
},
{
"label": "Sunscreen SPF 50"
},
{
"label": "Running shoes"
},
{
"label": "Reusable water bottle",
"done": true
},
{
"label": "Light jacket"
}
]}
/>Passenger baggage card with item rows, per-row included or paid pills, and a total allowance footer.
Itemized receipt for a trip with a dashed divider before the bold total and passenger note.
Flight result with airline, price, two airport codes, and a dotted route arc connecting times.
Multi-leg journey card with stacked segment rows and an amber layover strip between them.