@extends('layouts.app')
@section('title', 'Buttons UI Kit')
@section('content')
Buttons
UI Kit tombol modern berbasis Laravel Blade Components.
Mendukung variant, size, icon, posisi icon, disabled, loading spinner, dan mode link.
Button Variants
Primary
Secondary
Success
Danger
Ghost
<x-button>Primary</x-button>
<x-button variant="secondary">Secondary</x-button>
<x-button variant="success">Success</x-button>
<x-button variant="danger">Danger</x-button>
<x-button variant="ghost">Ghost</x-button>
{{-- ================================================= --}}
{{-- Icons --}}
{{-- ================================================= --}}
With Icons
Tambah
Simpan
<x-button icon="plus">Tambah</x-button>
<x-button icon="device-floppy" variant="success">Simpan</x-button>
<x-button icon="bell" variant="secondary" class="p-3" />
{{-- ================================================= --}}
{{-- Icon Positions --}}
{{-- ================================================= --}}
Icon Positions
Left
Right
Upload
More
Left
Right
Upload
More
{{-- ================================================= --}}
{{-- Sizes --}}
{{-- ================================================= --}}
Button Sizes
Small
Medium
Large
{{-- ================================================= --}}
{{-- Disabled --}}
{{-- ================================================= --}}
Disabled State
Disabled
Disabled
Locked
{{-- ================================================= --}}
{{-- Loading / Spinner --}}
{{-- ================================================= --}}
Loading / Spinner
Loading
Saving
Small
Large
Disabled Loading
Redirecting
Loading
Saving
Small
Large
Disabled Loading
Redirecting
{{-- ================================================= --}}
{{-- Full Width --}}
{{-- ================================================= --}}
{{-- ================================================= --}}
{{-- Button as Link --}}
{{-- ================================================= --}}
Button as Link
External Link
Dashboard
@endsection