piko/ui

Provides JQuery and Bootstrap asset bundles for Piko based projects.

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

This package is auto-updated.

Last update: 2024-04-24 04:33:01 UTC


README

Provides JQuery and Bootstrap asset bundles for Piko based projects.

Installation

composer require piko/ui

Use

In view template :

use piko\ui\BootstrapAsset;

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

BootstrapAsset::register($this);