UIKitifier is a Grav plugin that can be used as a dependency for other themes and plugins to load the Yootheme UIKit Framework. The main purpose of this plugin is to allow the Library theme to depend on the UI Kit's CSS/JS and to allow the plugin to be updated independently of the theme itself.
The simplest way to install this plugin is via the Grav Package Manager (GPM). From the root of your Grav install type:
bin/gpm install uikitifier
If for some reason you can't use GPM you can manually install this plugin. Download the zip version of this repository and unzip it under /your/site/grav/user/plugins
. Then, rename the folder to uikitifier
.
You should now have all the plugin files under:
/your/site/grav/user/plugins/uikitifier
To best understand what the Materializer plugin provides, you should read through the original UI Kit framework documentation.
Changes via the Admin Panel will automatically create that file in 'user/config/plugins'.
enabled: true
always_load: true
mode: staging # production / staging
load_uikit: true
style: gradient # flat / almost-flat / gradient
customizer: off # specifiy customizer .css file
load_all: false
Individual components can be enabled or disabled accordingly
load_component_accordion: false
load_component_autocomplete: true
load_component_cover: true
load_component_datepicker: false
load_component_dotnav: false
load_component_form_advanced: false
load_component_form_file: false
load_component_form_password: false
load_component_form_select: false
load_component_grid: true
load_component_htmleditor: false
load_component_lightbox: false
load_component_nestable: false
load_component_notify: false
load_component_pagination: false
load_component_parallax: false
load_component_grid_parallax :false
load_component_placeholder: false
load_component_progress: false
load_component_search: true
load_component_slideshow: false
load_component_slideshow-fx: false
load_component_slidenav: false
load_component_sortable: false
load_component_sticky: true
load_component_timepicker: false
load_component_tooltip: true
load_component_upload: false