hbugdoll / luya-module-styleguide

Styleguide overview based on Elements-Component.

Home Page:https://luya.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

return [
    // ...
    '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

About

Styleguide overview based on Elements-Component.

https://luya.io

License:MIT License


Languages

Language:JavaScript 70.2%Language:PHP 16.3%Language:CSS 12.4%Language:Hack 1.1%