Blueprints
Blueprints are copy-paste patterns built entirely from WireKit components, organized in two flavors:
- Partials — marketing-page building blocks. Hero sections, feature grids, pricing tables, FAQs, footers, CTAs — drop one into a landing page and customize.
- Recipes — worked examples that compose several WireKit primitives into a complete UI shape. Live-updating KPI strips, on-page TOCs, long-form article shells, marketing landing pages with full code walk-throughs.
Both are production-grade Blade snippets — no new dependencies, no custom CSS, every value resolves through WireKit design tokens.
Partials
Self-contained marketing-section patterns. Each partial is a single Blade snippet you paste into a parent layout and customize.
Hero
Page-top hero with headline, supporting copy, primary CTA, and optional secondary action.
Features
Three- or four-column feature grid with icons, titles, and short descriptions.
Pricing
Comparison-style pricing table with featured tier and per-tier feature lists.
Testimonials
Quote-card grid with avatars and attribution.
Logo cloud
Trust-signal logo strip for "trusted by" sections.
FAQ
Accordion-based question/answer list with expand/collapse.
CTA
Conversion-focused call-to-action block with headline + primary button.
Footer
Multi-column site footer with link groups, brand mark, and legal line.
Recipes
Multi-component worked examples — each recipe shows the canonical composition of several WireKit primitives into a complete UI shape.
Long-form article
Reading-shell composition for blog posts and editorial content — TOC, progress, prose, bookmark.
Documentation reader
Three-pane docs layout with sidebar, content body, and right-hand on-page TOC.
On-page TOC
Sticky right-rail table of contents that highlights the active heading on scroll.
Reading sidebar
A sticky vertical rail that fuses the table of contents, the active-section marker and the reading progress into one column.
Marketing landing page
Full landing page composed from hero, features, testimonials, pricing, and CTA partials.
Marketing landing with TOC
Landing-page composition with a sticky section-jump TOC for long-scroll product pages.
Hero with code aside
Split-hero pattern with marketing copy on one side and live code preview on the other.
Live KPI strip
Polling strip of headline stats with `wire:poll` for live updates from server state.
Stat with sparkline
Headline number paired with a trailing sparkline chart for trend at a glance.
Feature with numbered marker
Numbered-step feature block — circular badges for sequential affordance.
Toolbar filter bar
Compound filter-and-action bar — search input, segmented control, primary action.
How to use
Each partial and recipe is a self-contained Blade snippet:
- Browse the catalog above and open the page that matches your need
- Copy the Blade code into your project
- Replace any placeholder data with your Eloquent models or Livewire properties
- Customize styling through WireKit's design tokens — see Theming
Every snippet assumes you have WireKit installed and your layout includes @wirekitStyles and @wirekitScripts. See Getting Started if you haven't set up WireKit yet.
Related
- Theming — CSS variable tokens for colors, spacing, typography