keycloak-theme/.storybook/preview.js
Waldemar Reusch 8cdc6b7730 feat(devx): introduce storybook
First shot at introducing storybook, with stories for the keycloak
theme pages already in the repo.
2023-03-12 00:41:14 +01:00

9 lines
173 B
JavaScript

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}