mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:41:07 +08:00
add a global for background as tom suggested
This commit is contained in:
parent
b969270332
commit
b01b29e0ab
@ -1,9 +1,10 @@
|
||||
import { withBackground } from './decorators/withBackground';
|
||||
import { withGrid } from './decorators/withGrid';
|
||||
import { PARAM_KEY } from './constants';
|
||||
|
||||
export const decorators = [withGrid, withBackground];
|
||||
export const parameters = {
|
||||
backgrounds: {
|
||||
[PARAM_KEY]: {
|
||||
grid: {
|
||||
cellSize: 20,
|
||||
opacity: 0.5,
|
||||
@ -15,3 +16,7 @@ export const parameters = {
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export const globals = {
|
||||
[PARAM_KEY]: null as any,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user