Address Book
OpenAn account address book — an "Add address" action above a responsive grid of saved-address cards (label badge, recipient, semantic address lines, phone, a default badge and ghost edit/delete actions) plus a dashed add-new placeholder.
Preview
Installation
php artisan ui:add blocks/address-book
Usage
Render the block as a component, passing data where useful:
<x-blocks.address-book />
Built from primitives
<x-ui.*>
Semantic tokens
Re-themeable
RTL-ready
This block composes installed <x-ui.*> primitives and semantic design
tokens only — it does not reimplement any primitive. Re-theme it (light, dark, admin, customer) by
editing CSS variables; flip the preview to RTL to confirm it mirrors.
Source
The exact, editable file ui:add writes
into your app. The preview above renders this same source — there are no preview-only blocks.
Changelog
Address Book ships as a core open block. See the site changelog for the full release history.