kartik-v / yii2-label-inplace
A form enhancement widget for Yii2 allowing in-field label support.
Installs: 68 206
Dependents: 5
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- kartik-v/yii2-krajee-base: >=1.9
README
yii2-label-inplace
A form enhancement widget for Yii framework 2.0 allowing in-field label support. This widget is a wrapper for the labelinplace plugin which is styled for Bootstrap 3.x and Bootstrap 4.x
Demo
You can see detailed documentation on usage of the extension.
Latest Release
Refer the CHANGE LOG for details on changes to various releases.
Installation
The preferred way to install this extension is through composer.
Note: Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the
minimum-stability
settings for your application's composer.json.
Either run
$ php composer.phar require kartik-v/yii2-label-inplace "@dev"
or add
"kartik-v/yii2-label-inplace": "@dev"
to the require
section of your composer.json
file.
Usage
LabelInPlace
use kartik\label\LabelInPlace; echo LabelInPlace::widget([ 'label' => 'Email Address' ]);
License
yii2-label-inplace is released under the BSD-3-Clause License. See the bundled LICENSE.md
for details.