thinkshout/ts_styleguide

Adds a simple styleguide module to your site.

Package info

github.com/thinkshout/ts_styleguide

Type:drupal-module

pkg:composer/thinkshout/ts_styleguide

Statistics

Installs: 28 743

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 2

1.3.0 2026-02-18 23:44 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9e4f66af78039b98e5536689cdefa70e703879b9

This package is not auto-updated.

Last update: 2026-06-24 00:53:49 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: {}