Skip to main content
Theme class provides endless number of customisations to improve or transform the look and feel of the UI Kit as per your application need. Learn more.

Usage

Step1: Provide theme to App
Step2: Injecting and using the Theme within the component
  • App level providers to make it available in the entire application
  • Component level providers to make it available in child components
Theme can also be provided within a component but this will only be available to be injected in the child components
Injecting and using the Theme in components