Customization Strategies
CSS Level Customization
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
Component Level Customization
If you want to use your React component library like Shadecn/UI, MUI or Ant you have to go down at the component level.
If you want to use your React component library like Shadecn/UI, MUI or Ant you have to go down at the component level.
Angular Component library
You can seamlessly use Angular Material and other component libraries with Keycloakify Angular. Simply integrate them as you normally would in any Angular project.
Last updated