import * as React from 'react';
import {Sandbox as SandboxComponent} from '../addons/sandbox/Sandbox';
export default {
title: 'Tools/Live Editor',
parameters: {
layout: 'fullscreen',
},
};
export const LiveEditor = () => (
{STORYBOOK_ENV === 'dev' ? (
You are using dev mode, to use current style guide code you may need to
rebuild sandbox (storybook restart is not required)
) : null}
Welcome in
styleguide live editor
Here you can
with components
`}
/>
);