Skip to main content
WireKit

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.

Marketing Partials

Recipes

Multi-component worked examples — each recipe shows the canonical composition of several WireKit primitives into a complete UI shape.

Recipes

How to use

Each partial and recipe is a self-contained Blade snippet:

  1. Browse the catalog above and open the page that matches your need
  2. Copy the Blade code into your project
  3. Replace any placeholder data with your Eloquent models or Livewire properties
  4. 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.

  • Theming — CSS variable tokens for colors, spacing, typography