-
Notifications
You must be signed in to change notification settings - Fork 1
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
第一版预计实现的组件及文档 #1
Comments
1.先过一下上周的任务 2.讨论决定要写哪些组件 |
文档个人认为内容不要太多,基本的 API 和生命周期描述就够了,尽量减少初始化配置相关的描述,避免使用者压力太大。 API 在文档编写上也是做到了事无巨细(每个组件的每个功能都有非常详细的说明,包括像哪些参数需要.sync使用,一些隐藏的功能、可能遇到的坑等等,同时每个 demo 都有完整的代码示例,一键复制,粘贴后就可以直接看到效果。API 也按照 props、events、slot 三部分拆分,避免混合说明遗漏和阅读不便利。 |
官网: bluma 组件 |
目前为止这里并没有任何结论 @Ricky201608 |
如果有类似这样的文档,在此基础上分析讨论会不会更好? 文档展现方式
预计实现的组件
按钮组件PROPS 属性
SLOTS 插槽
EVENTS 事件
METHODS 方法
EXAMPLES 例子
|
文档展现方式
预计实现的组件 (第一版为6个表单组件和1个Ued项目官网)
|
讨论分析第一版预计实现的组件及文档展现形式
The text was updated successfully, but these errors were encountered: