chore: update storybook

This commit is contained in:
mathuo 2021-04-11 22:08:09 +01:00
parent 59e2f25802
commit 2c02bed5d0
5 changed files with 36 additions and 11 deletions

View File

@ -22,30 +22,27 @@ import './introduction.css';
<div className="link-list"> <div className="link-list">
<a <a
className="link-item" className="link-item"
href="https://storybook.js.org/docs/react/api/presets" href="/?path=/story/library-splitview-documentation--page"
target="_blank"
> >
<img src={Splitview} alt="splitview" /> <img src={Splitview} alt="splitview" />
<span> <span>
<strong>Splitview</strong> <strong>Splitview</strong>
Vertical or horiziontal splitview panels Vertical or horiziontal splitview panels
</span> </span>
</a> </a>
<a <a
className="link-item" className="link-item"
href="https://storybook.js.org/docs/react/configure/webpack" href="/?path=/story/library-gridview-documentation--page"
target="_blank"
> >
<img src={Gridview} alt="gridview" /> <img src={Gridview} alt="gridview" />
<span> <span>
<strong>Gridview</strong> <strong>Gridview</strong>
Splitviews within splitviews Splitviews within splitviews
</span> </span>
</a> </a>
<a <a
className="link-item" className="link-item"
href="https://storybook.js.org/docs/react/configure/styling-and-css" href="/?path=/story/library-dockview-documentation--page"
target="_blank"
> >
<img src={Dockview} alt="dockview" /> <img src={Dockview} alt="dockview" />
<span> <span>
@ -55,13 +52,13 @@ import './introduction.css';
</a> </a>
<a <a
className="link-item" className="link-item"
href="https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack" href="/?path=/story/library-paneview-documentation--page"
target="_blank"
> >
<img src={Paneview} alt="paneview" /> <img src={Paneview} alt="paneview" />
<span> <span>
<strong>Paneview</strong> <strong>Paneview</strong>
An extension to splitviews allowing collapsable panels with a persistant header section An extension to splitviews allowing collapsable panels with a persistant
header section
</span> </span>
</a> </a>
</div> </div>

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Library/Dockview/Documentation" />
# Dockview documentation
<div className="subheading">Components</div>

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Library/Gridview/Documentation" />
# Gridview documentation
<div className="subheading">Components</div>

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Library/Paneview/Documentation" />
# Paneview documentation
<div className="subheading">Components</div>

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Library/Splitview/Documentation" />
# Splitview documentation
<div className="subheading">Components</div>