Basic storybook setup and update readme
This commit is contained in:
parent
f22be4cc0b
commit
58222f4b95
7 changed files with 63 additions and 22 deletions
|
|
@ -13,7 +13,7 @@ const MyExtraPage2 = lazy(() => import("./pages/MyExtraPage2"));
|
|||
const Fallback = lazy(()=> import("keycloakify/account"));
|
||||
|
||||
const classes: PageProps<any, any>["classes"] = {
|
||||
"kcBodyClass": "my-root-class"
|
||||
"kcBodyClass": "my-root-account-class"
|
||||
};
|
||||
|
||||
export default function KcApp(props: { kcContext: KcContext; }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue