mirror of
https://github.com/mathuo/dockview
synced 2025-05-03 18:18:25 +00:00
chore: update storybook
This commit is contained in:
parent
59e2f25802
commit
2c02bed5d0
@ -22,30 +22,27 @@ import './introduction.css';
|
||||
<div className="link-list">
|
||||
<a
|
||||
className="link-item"
|
||||
href="https://storybook.js.org/docs/react/api/presets"
|
||||
target="_blank"
|
||||
href="/?path=/story/library-splitview-documentation--page"
|
||||
>
|
||||
<img src={Splitview} alt="splitview" />
|
||||
<span>
|
||||
<strong>Splitview</strong>
|
||||
Vertical or horiziontal splitview panels
|
||||
Vertical or horiziontal splitview panels
|
||||
</span>
|
||||
</a>
|
||||
<a
|
||||
className="link-item"
|
||||
href="https://storybook.js.org/docs/react/configure/webpack"
|
||||
target="_blank"
|
||||
href="/?path=/story/library-gridview-documentation--page"
|
||||
>
|
||||
<img src={Gridview} alt="gridview" />
|
||||
<span>
|
||||
<strong>Gridview</strong>
|
||||
Splitviews within splitviews
|
||||
Splitviews within splitviews
|
||||
</span>
|
||||
</a>
|
||||
<a
|
||||
className="link-item"
|
||||
href="https://storybook.js.org/docs/react/configure/styling-and-css"
|
||||
target="_blank"
|
||||
href="/?path=/story/library-dockview-documentation--page"
|
||||
>
|
||||
<img src={Dockview} alt="dockview" />
|
||||
<span>
|
||||
@ -55,13 +52,13 @@ import './introduction.css';
|
||||
</a>
|
||||
<a
|
||||
className="link-item"
|
||||
href="https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack"
|
||||
target="_blank"
|
||||
href="/?path=/story/library-paneview-documentation--page"
|
||||
>
|
||||
<img src={Paneview} alt="paneview" />
|
||||
<span>
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -0,0 +1,7 @@
|
||||
import { Meta } from '@storybook/addon-docs/blocks';
|
||||
|
||||
<Meta title="Library/Dockview/Documentation" />
|
||||
|
||||
# Dockview documentation
|
||||
|
||||
<div className="subheading">Components</div>
|
@ -0,0 +1,7 @@
|
||||
import { Meta } from '@storybook/addon-docs/blocks';
|
||||
|
||||
<Meta title="Library/Gridview/Documentation" />
|
||||
|
||||
# Gridview documentation
|
||||
|
||||
<div className="subheading">Components</div>
|
@ -0,0 +1,7 @@
|
||||
import { Meta } from '@storybook/addon-docs/blocks';
|
||||
|
||||
<Meta title="Library/Paneview/Documentation" />
|
||||
|
||||
# Paneview documentation
|
||||
|
||||
<div className="subheading">Components</div>
|
@ -0,0 +1,7 @@
|
||||
import { Meta } from '@storybook/addon-docs/blocks';
|
||||
|
||||
<Meta title="Library/Splitview/Documentation" />
|
||||
|
||||
# Splitview documentation
|
||||
|
||||
<div className="subheading">Components</div>
|
Loading…
Reference in New Issue
Block a user