storybook-decorator-react-to-html:用于HTML装饰器的Storybook,用于将React组件转换为静态HTML字符串

时间:2024-06-14 14:42:15
【文件属性】:

文件名称:storybook-decorator-react-to-html:用于HTML装饰器的Storybook,用于将React组件转换为静态HTML字符串

文件大小:61KB

文件格式:ZIP

更新时间:2024-06-14 14:42:15

JavaScript

故事书装饰器对HTML的React 装饰器的将React组件转换为静态HTML字符串。 如果您想知道为什么要这样做,请阅读下面的“进行部分。 安装 npm install @degjs/storybook-decorator-react-to-html 用法 作为.storybook/preview.js的全局装饰器(推荐): import { addDecorator } from '@storybook/html' ; import reactToHtml from '@degjs/storybook-decorator-react-to-html' ; addDecorator ( reactToHtml ) ; 作为故事中的装饰者: import reactToHtml from '@degjs/storybook-decorator-react-to-html' ;


【文件预览】:
storybook-decorator-react-to-html-main
----index.js(114B)
----package.json(975B)
----.github()
--------workflows()
----tests()
--------index.spec.js(501B)
----package-lock.json(224KB)
----.gitignore(32B)
----README.md(2KB)
----babel.config.js(79B)

网友评论