javascript 包装组件的故事书信息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 包装组件的故事书信息相关的知识,希望对你有一定的参考价值。
import { configure } from '@storybook/react';
import { setOptions } from '@storybook/addon-options';
// automatically import all files ending in *.stories.js
const req = require.context('../client', true, /.story.jsx$/);
function loadStories() {
req.keys().forEach(filename => req(filename));
}
configure(loadStories, module);
setOptions({
name: 'MindTap School UI'
});
withInfo({
text: 'doc string about my component',
propTables: [Avatar],
})
以上是关于javascript 包装组件的故事书信息的主要内容,如果未能解决你的问题,请参考以下文章
javascript 故事书:嵌套容器组件
故事书中有两次Stub axios
故事书:对象不是 Twig 组件上的函数
无法将组件导入故事书
故事书组件库站点?
如何为具有 redux 连接组件作为孙子的组件编写故事书故事?