Go to file
2019-07-10 11:00:50 +08:00
build feat: add arrow and arrow show positon 2019-07-01 18:12:18 +08:00
demo Merge branch 'develop' of ***REMOVED*** into feature/advancedTable 2019-07-09 19:45:44 +08:00
doc doc: installation 2019-06-28 19:00:00 +08:00
packages Merge branch 'develop' of ***REMOVED*** into feature/advancedTable 2019-07-09 19:45:44 +08:00
styles Merge branch 'develop' of ***REMOVED*** into feature/advancedTable 2019-07-09 19:45:44 +08:00
test feat(select): filterable select on single select mode. 2019-07-03 17:52:13 +08:00
.eslintignore chore: style lint! 2019-06-28 15:08:31 +08:00
.eslintrc.js style: .vue style fix 2019-06-04 12:09:02 +08:00
.gitignore fixed the input model event name , from "change" to "changes". 2019-07-08 13:47:25 +08:00
.npmignore feat: ci & doc! 2019-06-23 15:47:39 +08:00
.stylelintrc.js chore: style-lint 2019-06-28 15:41:29 +08:00
babel.config.js test(select) 2019-07-02 18:08:59 +08:00
index.html feat: checkbox & round button 2019-06-14 10:59:06 +08:00
index.js feat(calendar): add basic basic basic calendar 2019-07-04 16:47:41 +08:00
package.json fix layout v-model can not synchronization update bug 2019-07-09 15:07:21 +08:00
README.md doc: unit test status added 2019-07-10 11:00:50 +08:00
think.md chore: checkpoint 2019-07-05 19:59:19 +08:00

naive-ui

TuSimple Vue-Based Frontend Component Library

Documentation

http://REMOVED/#/start

Start Develop

  • packages
  • packages/commons
  • packages/nimbus
  • styles
  • test
  • demo
  • build

Want to see how component works

Run npm run build, then open http://localhost:8086/ in browser.

Want to add your own component?

  1. add some thing in packages
  2. add some thing in demo/index.js demo/components
  3. add some thing to index.js

Publish a new version

npm run release

Want to use this ui?

npm install --save-dev naive-ui

...
import naiveUi from 'naive-ui'
import 'naive-ui/dist/lib/index.css

Vue.use(naiveUi)
...

Component Develop Status

Component Unit Test
Alert not done
Button done
Checkbox done
DatePicker not done
GradientText done
Icon done
Input done
Message not done
Modal not done
Notification not done
Pagination not done
Popup not done
Select done
Switch not done
Tooltip not done

Todo

Z-index management on Select & Tooltip & Modal! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...