UI Skins Installation
When to Use
Use this guide when installing UI Skins on a new site or confirming compatibility requirements.
Decision
| Property | Value |
|---|---|
| Drupal core | ^10.3 \|\| ^11 |
| PHP | 8.3+ |
| External | None (no Composer dependencies beyond core) |
Pattern
composer require drupal/ui_skins
drush en ui_skins
UI Skins has no submodule integrations — it's a single module. Once enabled, it injects new sections into every theme's settings form (/admin/appearance/settings/{theme}).
Common Mistakes
- Looking for a submodule like
ui_skins_layout_builder→ Doesn't exist. UI Skins is theme-level only
See Also
- UI Skins Overview
- Theme Authoring
- Reference:
drupal/ui_skinson drupal.org