Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TechQuery opened this issue Jul 22, 2024 · 0 comments · May be fixed by #55
Open

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

TechQuery opened this issue Jul 22, 2024 · 0 comments · May be fixed by #55
Assignees
Labels
feature New feature or request

Comments

@TechQuery
Copy link
Member

TechQuery commented Jul 22, 2024

静态版本

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/
@TechQuery TechQuery added the feature New feature or request label Jul 22, 2024
@Soecka Soecka linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

2 participants