Download the PHP package kaung199/htmltagcomponent without Composer
On this page you can find all versions of the php package kaung199/htmltagcomponent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package htmltagcomponent
HTML Tag Components Package for Laravel
HTML Tag Component Package with validation using bootstrap class for Laravel.
Installation & setup
You can install the package via composer:
composer require kaung199/htmltagcomponent
Usage
Usages Form Components
The form components can be used with the forms
prefix.
Form
These attributes are special:
- method
- action
- class (nullable)
- id (nullable)
- formName (nullable)
Submit Button
These attributes are special:
- label
- name (nullable)
- form (nullable)
- class (nullable)
- id (nullable)
Button
These attributes are special:
- label
- id (nullable)
- class (nullable)
- name (nullable)
- readOnly (nullable)
- disabled (nullable)
Text Input
These attributes are special:
- name
- id (nullable)
- class (nullable)
- value (nullable)
- placeholder (nullable)
- label (nullable)
- required (nullable)
Number Input
These attributes are special:
- name
- id (nullable)
- class (nullable)
- value (nullable)
- placeholder (nullable)
- label (nullable)
- required (nullable)
Password Input
These attributes are special:
- name
- id (nullable)
- class (nullable)
- value (nullable)
- placeholder (nullable)
- label (nullable)
- required (nullable)
Hidden Input
These attributes are special:
- name
- id (nullable)
- class (nullable)
- value (nullable)
Text Area
These attributes are special:
- name
- id (nullable)
- class (nullable)
- value (nullable)
- placeholder (nullable)
- label (nullable)
- required (nullable)
Select Option (Key => Value)
These attributes are special:
- name
- multiple (nullable)
- selected (nullable)
- class (nullable)
- placeholder (nullable)
- label (nullable)
- required (nullable)
- readOnly (nullable)
- disabled (nullable)
- list
Select Option (Value => Value)
These attributes are special:
- name
- multiple (nullable)
- selected (nullable)
- class (nullable)
- placeholder (nullable)
- label (nullable)
- required (nullable)
- readOnly (nullable)
- disabled (nullable)
- list
File
These attributes are special:
- JQuery Required
- name
- id
- label (nullable)
- fileType (nullable)
- class (nullable)
- uploadableFileCount
- required (nullable)
- placeholder (nullable)
All versions of htmltagcomponent with dependencies
PHP Build Version
Package Version
No informations.
The package kaung199/htmltagcomponent contains the following files
Loading the files please wait ....