tests / lint (push) Successful in 1m5s
tests / feature (8.4) (push) Successful in 1m10s
tests / feature (8.5) (push) Successful in 1m7s
tests / browser (firefox, firefox) (push) Failing after 8m28s
tests / browser (chrome, chromium) (push) Failing after 5m58s
tests / browser (safari, webkit) (push) Failing after 7m24s
Docked, modal and modal input date pickers for single dates and ranges, with locale month names, week start and typed format from Intl, min and max, and the APG grid keyboard. Completes Phase 7. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
30 lines
1.5 KiB
PHP
30 lines
1.5 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.data')
|
|
</main>
|
|
@endsection
|