2017 © Pedro Peláez
 

yii2-widget yii2-widget-tooltip

Yii2 widget tooltip

image

antoha-p/yii2-widget-tooltip

Yii2 widget tooltip

  • Monday, March 19, 2018
  • by antoha-p
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

yii2-widget-tooltip

This is the Tooltip widget for Yii2 framework. Allows you to display stylized prompts for users in the content., (*1)

Installation

The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies., (*2)

To install, either run, (*3)

$ php composer.phar require antoha-p/yii2-widget-tooltip "@dev"

or add, (*4)

"antoha-p/yii2-widget-tooltip": "@dev"

to the require section of your composer.json file., (*5)

Usage

use antoha\tooltip\Tooltip;

echo Tooltip::widget([
    'content' => "?",
    'title' => "This is an example of how a widget works",
    'size' => Tooltip::SIZE_LARGE
]);

License

yii2-widget-tooltip is released under the BSD 3-Clause License. See the bundled LICENSE.md for details., (*6)

The Versions

19/03 2018

dev-master

9999999-dev https://github.com/antoha-p/yii2-widget-tooltip

Yii2 widget tooltip

  Sources   Download

BSD-3-Clause

The Requires

 

plugin extension yii2 widget tooltip

19/03 2018

1.0.0

1.0.0.0 https://github.com/antoha-p/yii2-widget-tooltip

Yii2 widget tooltip

  Sources   Download

BSD-3-Clause

The Requires

 

plugin extension yii2 widget tooltip