piko/ui

Provides JQuery and Bootstrap asset bundles for Piko based projects.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/piko/ui

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

This package is auto-updated.

Last update: 2025-09-24 07:33:15 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);