feat(docs): Add button color examples and update preview components t… #70
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…o support presentation properties
支持以多个独立块的方式在文档展示组件,效果如下:


--- 分割线 ---
组件文档书写流程如下:
examples/src/ui/组件/对应demo.vue
新建/修改1.1 如果是新建组建的话,需要在组件下提供index.ts导出该文件夹下的全部demo组件,然后在
examples/src/index.ts
下导出该组件1.2 如果是新建demo的话,在组件下的index.ts还应该导出对应组件内容
pnpm rebuild-code
重新生成用以预览的code信息该pr目前我发现还有三个问题,但是可以先提交,再继续修改