This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1914eb
commit 2cb4c67
Showing
17 changed files
with
3,801 additions
and
2,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
import { INITIAL_VIEWPORTS } from "@storybook/addon-viewport"; | ||
import { withNextRouter } from "storybook-addon-next-router"; | ||
|
||
import { OutLineDecorator } from "./OutlineDecorator"; | ||
|
||
export const parameters = { | ||
name: "Saleor Storefront", | ||
url: "https://github.com/mirumee/saleor-storefront", | ||
goFullScreen: false, | ||
sidebarAnimations: true, | ||
sidebarAnimations: true, | ||
controls: { expanded: true }, | ||
viewport: { viewports: INITIAL_VIEWPORTS }, | ||
}; | ||
|
||
export const decorators = [ | ||
OutLineDecorator, | ||
]; | ||
export const decorators = [OutLineDecorator, withNextRouter]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.