Your First Page - Step 3
Build your first Thorm page and learn the basic workflow: structure, state, and rendering mode.
The Libraries: Header
/Components/Header.php defines a reusable header component using Thorm’s node helpers.
- It returns a <header> container centered to max-w-6xl with padding.
- Inside is a flex layout with two sides: a brand block and a nav.
- The brand block shows a circular badge (styled span) plus a title and tagline (“ACME HQ Contact” / “Looney vibes, serious replies”).
- The nav contains two styled buttons: one link back to / and a mailto link to hello@thorm.dev
PHP
Status: Developer Preview
Things may change, things might break. If something feels awkward, it's probably a design edge we're still smoothing out.
On this page