An open API service indexing awesome lists of open source software.

https://github.com/piko-framework/ui


https://github.com/piko-framework/ui

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Piko UI

Provides JQuery and Bootstrap asset bundles for Piko based projects.

## Installation

```bash
composer require piko/ui
```

## Use

In view template :

```php
use piko\ui\BootstrapAsset;

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

BootstrapAsset::register($this);
```