about summary refs log tree commit diff
path: root/.storybook/decorators/index.js
blob: 518f966190c27ff28930b9a495fb384ffa910cd9 (plain)
1
2
3
4
5
6
export const center = () => {
  return {
    template:
      '<div style="height: 100vh; display: flex; align-items: center; justify-content: center"><story/></div>'
  }
}