Skip to content

Commit

Permalink
parameters - global level
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalee committed Sep 15, 2020
1 parent c5aabb5 commit 69b7e60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/preview.js
Expand Up @@ -6,4 +6,10 @@ setCompodocJson(docJson);

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
backgrounds: {
values: [
{ name: 'global-red', value: 'red' },
{ name: 'global-green', value: 'green' },
],
},
}

0 comments on commit 69b7e60

Please sign in to comment.