Provides a way to customise Keycloak login and register pages with React

Home - Documentation

# Install / Import ```bash $ npm install --save keycloak-react-theming ``` ```typescript import { myFunction, myObject } from "keycloak-react-theming"; ``` Specific imports: ```typescript import { myFunction } from "keycloak-react-theming/myFunction"; import { myObject } from "keycloak-react-theming/myObject"; ``` ## Import from HTML, with CDN Import it via a bundle that creates a global ( wider browser support ): ```html ``` Or import it as an ES module: ```html ``` _You can specify the version you wish to import:_ [unpkg.com](https://unpkg.com) ## Contribute ```bash npm install npm run build npm test ```