luyadev / luya-module-styleguide
Yii2 LUYA Styleguide
Installs: 17 699
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 4
Language:JavaScript
Type:luya-module
This package is auto-updated.
Last update: 2024-10-12 13:12:33 UTC
README
Element component styleguide
The basic idea behind the styleguide is to give you the ability to ensure an advanced development cycle for functions and design of enhanced elements.
The styleguide module renders all the available {{luya\web\Element}} with example content which let you share all the elements with other designer to make and discuss changes based on elements instead on a finished web page.
Installation
For the installation of modules Composer is required.
composer require luyadev/luya-module-styleguide
Configuration
Configure the module in your project config, the password is protecting this page by default:
'modules' => [ // ... 'styleguide' => [ 'class' => 'luya\styleguide\Module', 'password' => 'styleguide-password', 'assetFiles' => [ 'app\assets\ResourcesAsset', ], ] ]
After successful configuration of the styleguide module, you can access it through the url: yourdomain.com/styleguide