tests / lint (push) Has been cancelled
tests / feature (8.4) (push) Has been cancelled
tests / feature (8.5) (push) Has been cancelled
tests / browser (chrome, chromium) (push) Has been cancelled
tests / browser (firefox, firefox) (push) Has been cancelled
tests / browser (safari, webkit) (push) Has been cancelled
Shows the plain tooltip on its own, checks that every component appears in the showcase, and records the namespace change and the fresh application check in the plan. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
32 lines
1.6 KiB
PHP
32 lines
1.6 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.
|
|
</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
|