Heros — Delivery
Food-delivery hero with an address search bar and floating dishes.
bun x bosia@latest add block heros/deliveryFood-delivery hero with an address search bar and floating dishes. A self-contained, full-width <section> built from semantic tokens only, so it restyles across all 18 themes — the brand colour maps to --primary.
Preview
B
Brand Free delivery this week
Dinner’s sorted in under 30 minutes.
Your neighborhood’s best kitchens, delivered hot. Enter your address and watch the magic happen.
PizzaSushiBurgersVeganDessert
Garden bowl
Ready in 18 min
Smash burger
4.8 ★ nearby
Install
bun x bosia@latest add block heros/deliveryPulls the @lucide/svelte npm package for icons.
Usage
<script lang="ts">
import Delivery from "$lib/blocks/heros/delivery/block.svelte";
</script>
<Delivery />Drop it at the top of a route. Any interactive bits (size / color / age pickers, address or email inputs) are cosmetic local $state — wire them to your own data. Edit block.svelte to swap copy and the Unsplash images.
Source
src/lib/blocks/heros/delivery/block.svelte