Components: Intro

Components, the building blocks of Radix

Components are the building blocks of Radix, when you first create your sub-theme, there are no components within your new theme itself, all are inherited from the main parent Radix theme.

Since Radix is an opinionated theme, we opted not to strictly follow the atomic design structure, some might prefer it, it's up to them to consider it or not but note you can do so within your own sub-theme if you want to. Our component structure is just a flat list of the components themselves and that's it.

The components are a mix of Bootstrap native components and Radix components itself, to support a wider range of use cases within Drupal.

Often we need to modify, adjust, and add new components to our theme and go from there, we have a specific tool for that:

Feel free to read the package README in GitHub page itself or follow along this documentation.

Last updated