https://github.com/piko-framework/ui
https://github.com/piko-framework/ui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/piko-framework/ui
- Owner: piko-framework
- License: mit
- Created: 2020-12-07T17:34:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T20:51:17.000Z (over 5 years ago)
- Last Synced: 2025-06-22T08:46:58.078Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```