Move storybook to a separate repo (for now)

merge
This commit is contained in:
garronej
2023-03-22 02:42:25 +01:00
parent c2e0bd3d18
commit aa85f18796
7 changed files with 110 additions and 6762 deletions

View File

@ -1,13 +0,0 @@
export const parameters = {
actions: {argTypesRegex: "^on[A-Z].*"},
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
options: {
storySort: (a, b) =>
a[1].kind === b[1].kind ? 0 : a[1].id.localeCompare(b[1].id, undefined, {numeric: true}),
},
}