@extends('layouts.vertical', ['title' => 'Elements', 'sub_title' => 'Forms', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('content')

Input

Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.

Input Group

Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs

@
@example.com
$
.00
Default
First and last name
$
USD
$
0.00
With textarea

Checkbox

Default
Disabled

Radio Button

Default
Disabled

Switch

Default
Disabled
Colored
Square
@endsection @section('script') @vite(['resources/js/pages/highlight.js']) @endsection