Skip to content

开发【动态预览组件】替代 StoryBook #54

@TechQuery

Description

@TechQuery

静态版本

export const CodeExample: FC<PropsWithChildren> = ({ children }) => (
<>
{children}
<CodeBlock language="tsx">{children}</CodeBlock>
</>
);

基础技术

https://developer.mozilla.org/zh-CN/docs/Web/HTML/Global_attributes/contenteditable

功能参考

https://react-bootstrap.github.io/docs/components/breadcrumb#example

高级组件

  1. https://github.com/TroyAlford/react-jsx-parser
  2. https://commerce.nearform.com/open-source/react-live/

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions