PHP Classes

File: resources/views/vendor/jetstream/components/input.blade.php

Recommend this page to a friend!
  Classes of Robert Devenyi   Iceburg SAAS PHP CRM Open Source   resources/views/vendor/jetstream/components/input.blade.php   Download  
File: resources/views/vendor/jetstream/components/input.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Iceburg SAAS PHP CRM Open Source
Application to manage the contacts of customers
Author: By
Last change:
Date: 1 year ago
Size: 232 bytes
 

Contents

Class file image Download
@props(['disabled' => false])

<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm']) !!}>