morethanthemes / extra_styleguide
A Drupal recipe that configures the Styleguide module to provide a visual reference for UI components and theme elements.
Installs: 18
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/core: ^10 || ^11
README
Overview
The Extra Styleguide recipe (morethanthemes/extra_styleguide
) configures the Simple Styleguide module to provide a visual reference for UI components and theme elements in a Drupal site. It also enables anonymous users to access the style guide by default.
This recipe is useful for front-end development, design review, and theme debugging.
Features
- Preconfigured Settings: Automatically loads typical UI patterns (e.g., buttons, tables, alerts, forms).
- Anonymous Access: Grants the
access style guide
permission to anonymous users. - Menu Link: Adds a “Styleguide” menu link pointing to
/simple-styleguide
. - Composer Compatibility: Installable via Packagist.
Installation
To install via Composer, run:
composer require morethanthemes/extra_styleguide
Requirements
- Drupal 10 or 11
- Composer package manager
License
Licensed under GPL-2.0-or-later.
Organization
Developed by More than Themes for Webmaker+
Contributing
Contributions are welcome! Feel free to submit issues or feature requests.