UNPKG

create-nextjs-storybook

Version:

Install embedded Storybook route into a NextJS project

13 lines (10 loc) 269 B
import { Page } from './Page'; export default { title: 'Example/Page', component: Page, parameters: { // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout layout: 'fullscreen', }, }; export const LoggedOut = {};