webtoolsnz / yii2-widgets
A Yii2 widgets library by Webtools
Installs: 73 471
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 1
Language:JavaScript
Type:yii2-extension
Requires
- php: >=7.2.0
- bower-asset/bootbox.js: 4.4.0
- bower-asset/font-awesome: ^4.3
- bower-asset/signature_pad: 1.5.3
- symfony/intl: ^4.3
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-jui: *
Requires (Dev)
- phpunit/phpunit: ^8.3.5
- spatie/phpunit-snapshot-assertions: ^2.1
- dev-master
- 0.4.1
- 0.4.0
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.31
- 0.1.30
- 0.1.29
- 0.1.28
- 0.1.27
- 0.1.26
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- dev-bootstrap-4
- dev-bootstrap-5
- dev-10_radio_button_group_click_event_issue
- dev-refresh_deps_and_fix_tests
This package is auto-updated.
Last update: 2024-12-21 01:52:25 UTC
README
A collection of reusable widgets for Yii2.
Installation
The preferred way to install this extension is through composer.
$ composer require webtoolsnz/yii2-widgets
Widgets Available
- \webtoolsnz\widgets\Wysihtml5
- A simple HTML5 WYSIWYG editor.
- \webtoolsnz\widgets\RadioButtonGroup
- A Slick alternative to radio buttons
- \webtoolsnz\widgets\CurrencyInput
- Input fields that supports localized currency codes.
- \webtoolsnz\widgets\DatePicker
- A Html5 Date Input shim, falls back to JUI DatePicker when no native widget available.
- \webtoolsnz\widgets\DateRangePicker
- A DateRangePicker.
- \webtoolsnz\widgets\Tabs
- Extends the yii bootstrap tabs, allows linking to tabs.
- \webtoolsnz\widgets\GooglePlaceSearch
- Easy to use input that implements google places search, also supports rendering a map.
- \webtoolsnz\widgets\SelectOther
- Simple select an option from predefined array or enter in something else.
Asset Bundles
There are also some useful asset bundles available.
- \webtoolsnz\widgets\FontAwesomeAsset
- \webtoolsnz\widgets\ModernizrAsset
- \webtoolsnz\widgets\GooglePlaceSearchAsset
Testing
webtoolsnz/yii2-widgets
has a PHPUnit test suite. To run the tests, run the following command from the project folder.
$ composer test
License
The MIT License (MIT). Please see LICENSE for more information.