luyadev/luya-module-styleguide

Yii2 LUYA Styleguide

Installs: 16 474

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 4

Language:JavaScript

Type:luya-module

1.0.1 2018-09-19 08:56 UTC

This package is auto-updated.

Last update: 2024-04-12 11:55:37 UTC


README

LUYA Logo

Element component styleguide

LUYA Latest Stable Version Total Downloads Slack Support

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.

LUYA Styleguide

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