Stay planner.
Arrival, departure and guests passed to a local smart-form page; enquiry only, no availability engine.
Preview
<?= component('stay-planner', ['title' => 'Plan your next stay', 'href' => '/site']) ?>Usage
Load page-layout.css. In the visual editor find Hospitality & highlights. All text is escaped; no executable theme snippets are stored.
- Gunakan layout DL yang sudah memuat CSS dan dl.js.
- Letakkan kode berikut di view PHP Anda.
- Ganti data contoh dengan nilai aplikasi. Teks di-escape otomatis.
<?= component('stay-planner', ['title' => 'Plan your next stay', '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.
| Prop | Type / values | Panduan |
|---|---|---|
title | string | Use the example structure. Values are validated and text escaped. |
href | string | Use 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/stay-planner.php. Edit template ini jika membutuhkan perilaku tambahan. API PHP DL berbeda dari API React sumber rujukan.
php dl component stay-planner