You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
组件相关
开发中
InputNumber 数字输入框
unnm 正在开发中Slider 滑动输入条
long-life233 正在开发中待开发
在发布 1.0.0 正式版之前仅新增以下组件
Menu
导航菜单Tree
树形结构Form
表单基本完成
TimePicker
时间选择器DatePicker
日期选择器Table 表格
Tyh2001 正在完善中Textarea 文本域
Tyh2001 正在完善中Dropdown 下拉菜单
Tyh2001 正在完善中Tabs 选项卡
xluoyu 正在完善中Pagination 分页器
OnlyShadows 正在完善中Select 选择器
Tyh2001 正在完善中Loading 加载
LAINE001 正在完善中文档相关
添加搜索功能优化代码片段代码规范
在每个组件的props.ts
中,针对每个参数都要使用JSDoc
形式标注注释,详情参考 props.ts,注:(JSDoc 注释仅在开发阶段可有注释提示,仅为提升极致的开发体验,在生产环境中没有),这个方案是最近新增的,还有很多组件还暂未标注完成.d.ts
后缀中的注释,在打包后仍会保留,也就是说注释可用在开发阶段和生产阶段TS 类型规范
Hooks 封装
单元测试
贡献者
Beta Was this translation helpful? Give feedback.
All reactions