📝(doc) upgrade doc for Storybook v8

The Canvas block does not handle free source code anymore, now we need
to put it in a dedicated Story.
This commit is contained in:
Nathan Vasse
2024-03-14 17:16:03 +01:00
committed by NathanVss
parent 112f59dd90
commit 1f80674717
15 changed files with 258 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
import { Canvas, Meta, Story, Source, ArgTypes } from '@storybook/blocks';
import { Canvas, Meta, Source, ArgTypes } from '@storybook/blocks';
import * as Stories from './index.stories';
import * as PreBuiltStories from './PreBuilt.stories';
import { Modal } from './index';