Skip to content

Kilyakus/yii2-widget-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

How to use:

use kilyalus\button\Button;
echo Button::widget([
	'title' => 'label',
	'icon' => 'fa fa-cog',
	'iconPosition' => Button::ICON_POSITION_LEFT,
	'type' => Button::TYPE_PRIMARY,
	'size' => Button::SIZE_MINI,
	'disabled' => false,
	'block' => false,
	'outline' => true,
	'hover' => true,
	'circle' => true,
	'options' => [
		'type' => 'submit'
	],
])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published