Move storybook to a separate repo (for now)
merge
This commit is contained in:
parent
c2e0bd3d18
commit
aa85f18796
7 changed files with 110 additions and 6762 deletions
|
|
@ -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}),
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue