robots-dreams/footstep
最新稳定版本:v1.0.2
Composer 安装命令:
composer require robots-dreams/footstep
包简介
PHP classes to render bootstrap elements
README 文档
README
PHP classes to render bootstrap elements
The package is still a work in progress and will be extended in the future.
At the moment only buttons are supported.
Example Usage:
<?php echo new Button(TypeEnum::SUCCESS, 'Speichern') ?>
<?php echo new Button(TypeEnum::WARNING, 'Speichern', outline: OutlineType::OUTLINE) ?>
<?php echo new Button(TypeEnum::DARK, 'Speichern', ButtonSizeEnum::SM, OutlineType::OUTLINE) ?>
<?php echo new Button(TypeEnum::DANGER, 'Speichern', ButtonSizeEnum::LG, OutlineType::OUTLINE) ?>
<?php echo new Button(TypeEnum::INFO, 'Speichern', disabled: true) ?>
<?php echo new Button(TypeEnum::INFO, 'Speichern', href: 'https://www.google.de') ?>
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-26






