Theme Variants
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import { keycloakify } from "keycloakify/vite-plugin";
export default defineConfig({
plugins: [
react(),
keycloakify({
themeName: ["keycloakify-starter", "keycloakify-starter-variant-1"],
}),
],
});{
"keycloakify": {
"themeName": ["keycloakify-starter", "keycloakify-starter-variant-1"]
}
}

run npm run dev, npm run storybook or npm run build-keycloak-theme for the types to be updated.Different text for each of your theme variants


In Native Themes
Last updated
Was this helpful?