Skip to content

Styleguide overview based on Elements-Component.

License

Notifications You must be signed in to change notification settings

luyadev/luya-module-styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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