thinkshout/ts_styleguide

Adds a simple styleguide module to your site.

Maintainers

Package info

github.com/thinkshout/ts_styleguide

Type:drupal-module

pkg:composer/thinkshout/ts_styleguide

Statistics

Installs: 25 000

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 2

1.3.0 2026-02-18 23:44 UTC

This package is not auto-updated.

Last update: 2026-03-03 23:07:03 UTC


README

Extremely simple module to load a styleguide page.

All opinions about the styleguide are part of the twig template in the theme, which distinguishes it from other styleguide drupal modules.

Adding custom CSS/JS to the styleguide

If you create a library in your theme (THEMENAME.library.yml) called ts_styleguide, it will be automatically loaded on your styleguide page.

Example:

ts_styleguide:
  css:
    theme:
      assets/css/styleguide.css: {}