import {MinimalPage} from "ui";
import {ArgsTable, Canvas, Meta, Story} from "@storybook/addon-docs";
<Meta title="Components/Sections/MinimalPage/old" component={MinimalPage}/>
export const Template = (args) => <MinimalPage {...args} />;
# MinimalPage
Description of a MinimalPage
## Props
<ArgsTable story="Default"/>
## Examples
<Canvas>
<Story
name="Default"
args={{
pageTitle: "Example Page",
pageDescription: "Example page description",
commandPrompt: true
}}
>
{Template.bind({})}
</Story>
</Canvas>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter