ArgsTable storybook 6 MDX



我试图在MDX文件中插入ArgsTable,但它不显示表。这些组件是用Litelement开发的。你也遇到过同样的问题吗?

<ArgsTable story="name-story" />

我认为如果你想在MDX中使用ArgdTable,你需要这样做:

<Story name="Foo Bar"> ... </Story>
<ArgsTable story="Foo Bar" />

你的故事的名字是什么?

相关内容

  • 没有找到相关文章

最新更新