krzysztofzylka/bootstrap-generator
最新稳定版本:1.0.0
Composer 安装命令:
composer require krzysztofzylka/bootstrap-generator
包简介
Bootstrap 5.3 generator
README 文档
README
Install
composer install krzysztofzylka/bootstra-generator
Class
\krzysztofzylka\BootstrapGenerator\BootstrapGenerator
Methods
Alert
use \krzysztofzylka\BootstrapGenerator\BootstrapGenerator; use \krzysztofzylka\BootstrapGenerator\enum\ThemeColor; BootstrapGenerator::alert('alert!', ThemeColor::Primary) //not required additional methods ->header('header') //alert header ->headerTag('h4'); //custom header tag
Badge
use \krzysztofzylka\BootstrapGenerator\BootstrapGenerator; use \krzysztofzylka\BootstrapGenerator\enum\BackgroundColor; BootstrapGenerator::badge('badge!', BackgroundColor::Primary) //not required additional method ->roundedPill(); //rounded
Breadcrumb
use \krzysztofzylka\BootstrapGenerator\BootstrapGenerator; BootstrapGenerator::breadcrumb() ->addBreadcrumb('a', 'true', '#') ->...;
Button
use \krzysztofzylka\BootstrapGenerator\BootstrapGenerator; use \krzysztofzylka\BootstrapGenerator\enum\ThemeColor; use \krzysztofzylka\BootstrapGenerator\enum\Size; BootstrapGenerator::button('button!', ThemeColor::Primary) //not required additional method ->tag('div') ->size(Size::Sm) ->disable() ->badge('badge', ThemeColor::Secondary)
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-13