blend-it / radix_overrides
Drupal Bootstrap radix based theme
Package info
github.com/blend-it-team/radix_overrides
Language:Twig
Type:drupal-shared-theme
pkg:composer/blend-it/radix_overrides
This package is auto-updated.
Last update: 2026-05-20 14:54:52 UTC
README
Radix overrides is a base theme that fill the gap between the Radix theme and Drupal components used in project. Like form, actions, modal, table, etc. Or shared components like select 2 or other that need sass build with bootstrap variables.
Installation
Using Composer
To handle shared theme we use a custom composer type drupal-shared-theme.
You need to add the following configuration to your composer.json file:
"extra": { "installer-types": ["drupal-shared-theme"], "installer-paths": { "web/themes/shared/{$name}": ["type:drupal-shared-theme"] } }
Then you can require the theme with the following command:
composer require blend-it/radix_overrides
For contributors you could use the following command to clone the repository:
composer require blend-it/radix_overrides --prefer-source
Create child theme
To create a child theme :
Using drush:
drush --include="web/themes/shared/radix_overrides" radix:create SUBTHEME_NAME