Skip to content
COMPONENT / HOSPITALITY

Room collection.

Editable room cards with image, display rate, size, guests, bed and detail link.

PHP + page-layout.css; optional dl-select.js for stay plannerNo build

Preview

Usage

Load page-layout.css. In the visual editor find Hospitality & highlights. All text is escaped; no executable theme snippets are stored.

  1. Gunakan layout DL yang sudah memuat CSS dan dl.js.
  2. Letakkan kode berikut di view PHP Anda.
  3. Ganti data contoh dengan nilai aplikasi. Teks di-escape otomatis.
PHP view
<?= component('room-collection', ['items' => [['title' => 'City Suite', 'size' => '45 m²', 'guests' => '2 guests', 'bed' => 'King bed', 'text' => 'A welcoming space above the city.', 'href' => '/site']]]) ?>

API reference

Props PHP yang didukung implementasi DL. Field di dalam array mengikuti bentuk pada kolom Type. Props yang tidak dicantumkan tidak menjadi bagian API komponen.

Room collection props
PropType / valuesPanduan
itemsarray of 1–12 data objectsUse the example structure. Values are validated and text escaped.

Behavior & accessibility

Server-rendered text and native semantic controls. Links and buttons retain keyboard focus. Text ribbon pauses on focus and respects reduced motion. Stay planner forwards dates only; the destination form remains responsible for validation.

Uji keyboard, fokus, dan pembaca layar pada halaman aplikasi Anda. Contoh ini tidak menggantikan audit aksesibilitas aplikasi secara menyeluruh.

Source & agent context

Source tersedia di views/components/room-collection.php. Edit template ini jika membutuhkan perilaku tambahan. API PHP DL berbeda dari API React sumber rujukan.

Terminal
php dl component room-collection

Component guide · JavaScript & events · Styling

Icons: Solar by 480 Design (CC BY 4.0) & Iconsax (MIT). PHP UI adapted from Coordiation. Logo: DesignLof.