Download the PHP package dainsys/components without Composer
On this page you can find all versions of the php package dainsys/components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dainsys/components
More information about dainsys/components
Files in dainsys/components
Download dainsys/components
More information about dainsys/components
Files in dainsys/components
Vendor dainsys
Package components
Short Description A laravel components UI for Bootstrap 4!
License MIT
Package components
Short Description A laravel components UI for Bootstrap 4!
License MIT
Please rate this library. Is it a good library?
Informations about the package components
Dainsys Laravel Components
A laravel components UI for Bootstrap 4!
Installation
- Install with
composer
by runining the commandcomposer require dainsys/components
Ussage:
Form
- route="", the route or action where the form will be submitted
- method="POST", the form method. Options 'GET', 'POST'. Default is 'POST'
- autocomplete="off", form autocomplete. Default 'off'. Options ('on', 'off')
`
Input Field
- type="text". Field type. Options are HTML5 input fields (text, number, date, etc.). Default 'text'
- :required="true". wether or not the field is required. Options true, false. Default true
`
Input field with add-on
- type="text", field type. Options are HTML5 input fields (text, number, date, etc.). Default 'text'
- :required="true", wether or not the field is required. Options true, false. Default true
- btn-class="btn-primary", bootstrap btn color class. default is btn-primary
`
Select Field
- :required="true", determine of the field is required. Default true
- :multiple="false", whether or not to treat the select as multiple. Default false
`
Text Area
- :required="true", wether or not the field is required. Options true, false. Default true
- rows="5", the number of rows on render. Default is 5
<x-dc-input-field-addon :field-value="old('value', optional($user ?? null)->value)" field-name="value" label-name="Label" />
All versions of components with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package dainsys/components contains the following files
Loading the files please wait ....