Skip to content

Commit

Permalink
feat(ui/slider): add component slider
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Feb 28, 2022
1 parent b6e03b9 commit d6cf9eb
Show file tree
Hide file tree
Showing 16 changed files with 1,770 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
`Varlet-vue2``Varlet` 的 vue2 版本, 是一个 Material 风格移动端组件库,由社区建立起来的组件库团队进行维护。

### 特性
1. 提供50个高质量通用组件
2. 组件十分轻量
3. 由国人开发,完善的中英文文档和后勤保障
4. 支持按需引入
5. 支持主题定制
6. 支持国际化
7. 支持 webstorm,vscode 组件属性高亮
8. 支持 SSR
9. 支持 Typescript
10. 确保90%以上单元测试覆盖率,提供稳定性保证
11. 支持暗黑模式
- 🚀 提供50个高质量通用组件
- 🚀 组件十分轻量
- 💪 由国人开发,完善的中英文文档和后勤保障
- 🛠️ 支持按需引入
- 🛠️ 支持主题定制
- 🌍 支持国际化
- 💡 支持 webstorm,vscode 组件属性高亮
- 💪 支持 SSR
- 💡 支持 Typescript
- 💪 确保90%以上单元测试覆盖率,提供稳定性保证
- 🛠️ 支持暗黑模式


### 项目状态
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vue2-eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
'vue/attributes-order': 'off',
'vue/require-default-prop': 'off',
'vue/no-unused-components': 'off',
'vue/valid-v-bind': 'off',
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
// typescript-eslint
'@typescript-eslint/class-name-casing': 'off',
Expand All @@ -74,6 +75,5 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'vue/valid-v-bind': 'off',
},
}
Loading

0 comments on commit d6cf9eb

Please sign in to comment.