tests / feature (8.5) (push) Successful in 1m8s
tests / browser (safari, webkit) (push) Has been cancelled
tests / browser (firefox, firefox) (push) Has been cancelled
tests / lint (push) Successful in 1m5s
tests / feature (8.4) (push) Successful in 1m11s
tests / browser (chrome, chromium) (push) Failing after 6m9s
Error pages for 401 to 503 in an error-view root appended to view.paths, with an inline fallback when the Vite build is missing, and a mail theme rendered from the application's scheme JSON, with opt-in header and message components. Completes Phase 9. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
32 lines
1.7 KiB
PHP
32 lines
1.7 KiB
PHP
@extends('livewire-material::showcase.layout')
|
|
|
|
@section('content')
|
|
<main class="mx-auto max-w-6xl space-y-16 px-4 py-10">
|
|
<p class="max-w-3xl type-body-lg text-on-surface-variant">
|
|
Every token and component, in this application's own scheme. Components appear here as they land.
|
|
</p>
|
|
|
|
@include('livewire-material::showcase.sections.colour')
|
|
@include('livewire-material::showcase.sections.type')
|
|
@include('livewire-material::showcase.sections.shape')
|
|
@include('livewire-material::showcase.sections.elevation')
|
|
@include('livewire-material::showcase.sections.motion')
|
|
@include('livewire-material::showcase.sections.icons')
|
|
@include('livewire-material::showcase.sections.buttons')
|
|
@include('livewire-material::showcase.sections.menus')
|
|
@include('livewire-material::showcase.sections.communication')
|
|
@include('livewire-material::showcase.sections.progress')
|
|
@include('livewire-material::showcase.sections.containment')
|
|
@include('livewire-material::showcase.sections.carousel')
|
|
@include('livewire-material::showcase.sections.fields')
|
|
@include('livewire-material::showcase.sections.chips')
|
|
@include('livewire-material::showcase.sections.sliders')
|
|
@include('livewire-material::showcase.sections.pickers')
|
|
@include('livewire-material::showcase.sections.timepickers')
|
|
@include('livewire-material::showcase.sections.bars')
|
|
@include('livewire-material::showcase.sections.navigation')
|
|
@include('livewire-material::showcase.sections.data')
|
|
@include('livewire-material::showcase.sections.pages')
|
|
</main>
|
|
@endsection
|