There is two main way to create your Keycloak theme.
This is the recomended approach as it is easy to implement and easy to maintain. Even non web developer should be able to pull it off.
In this approach you'll use your favorite styling solution it can be:
- Plain CSS
- Tailwind
- A language superset of CSS lile Sass or Less
- An utility class based CSS framework like Bootstrap or Fundation
{% content-ref url="css-level-customization/" %} css-level-customization {% endcontent-ref %}
If you want to use your React component library like Shadecn/UI, MUI or Ant you have to go down at the component level.
{% content-ref url="component-level-customization/" %} component-level-customization {% endcontent-ref %}