piko/ui

为基于 Piko 的项目提供 JQuery 和 Bootstrap 资产包。

v0.3 2020-12-23 20:50 UTC

This package is auto-updated.

Last update: 2024-08-24 05:20:10 UTC


README

为基于 Piko 的项目提供 JQuery 和 Bootstrap 资产包。

安装

composer require piko/ui

使用

在视图模板中

use piko\ui\BootstrapAsset;

/* @var $this \piko\View */

BootstrapAsset::register($this);