@extends('layouts.master') @section('title')Unikit @endsection @section('body-start')
@endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Forms @endslot @slot('title') Validation @endslot @endcomponent @endsectionCustom feedback styles apply custom colors, borders, focus styles, and background
icons to better communicate feedback. Background icons for <select>s are
only available with .form-select, and not .form-control.
If your form layout allows it, you can swap the .{valid|invalid}-feedback classes for
.{valid|invalid}-tooltip classes to display validation feedback in a styled tooltip.
Custom javascript form validation library.