diff --git a/README.md b/README.md index bcd62f99d..914bfb205 100644 --- a/README.md +++ b/README.md @@ -48,24 +48,27 @@ Vue.use(naiveUi) ``` ## Component Develop Status -|Component|Unit Test| -|--|:--:| -|Alert|❌| -|Button|🆗| -|Checkbox|🆗| -|DatePicker|❌| -|GradientText|🆗| -|Icon|🆗| -|Input|🆗| -|Message|❌| -|Modal|❌| -|Notification|❌| -|Pagination|❌| -|Popup|❌| -|Select|🆗| -|Switch|❌| -|Tooltip|❌| - +|Component|Develop status|Unit Test|Note| +|--|:--:|:--:|--| +|Alert|😍|❌|| +|Button|😍|🆗|| +|Checkbox|😍|🆗|| +|DatePicker|😍|❌|| +|GradientText|😍|🆗|| +|Icon|😍|🆗|| +|Input|😍|🆗|| +|Message|😍|❌|Code clean in need| +|Modal|😍|❌|Code clean in need| +|Notification|😍|❌|Code clean in need| +|Pagination|😍|🆗|Unit test is not enough| +|Popup|😍|❌|| +|Select|😍|🆗|Multiple search is not done| +|Switch|😍|❌|| +|FormItem|🚧|❌|| +|Form|🚧|❌|| +|Table|🚧|❌|Function is not fulfilled| +|Tooltip|😍|❌|Remove the dependency of Popper.js| +|Popup|😍|❌|May be need to merge with Tooltip| ## Todo 1. Z-index management on `Select` & `Tooltip` & `Modal`(Low Priority) 2. Full featured table component(Medium Priority) diff --git a/demo/readme.js b/demo/readme.js index 490f0ac10..fba865b5f 100644 --- a/demo/readme.js +++ b/demo/readme.js @@ -26,7 +26,7 @@ Run npm run test-cov to test all components and see detailed test c
  • Open http://localhost:8086/ in browser.
  • Want to add your own component

    -

    Explore by your self or ask lecong.zhang@tusimple.ai

    +

    There is no guideline for now. If you want to know how to do it, you can explore by yourself or ask lecong.zhang@tusimple.ai.

    Publish a new version

    1. You MUST change your version according to semver
    2. @@ -50,69 +50,125 @@ Vue.use(naiveUi) Component +Develop status Unit Test +Note Alert +😍 ❌ + Button +😍 🆗 + Checkbox +😍 🆗 + DatePicker +😍 ❌ + GradientText +😍 🆗 + Icon +😍 🆗 + Input +😍 🆗 + Message +😍 ❌ +Code clean in need Modal +😍 ❌ +Code clean in need Notification +😍 ❌ +Code clean in need Pagination -❌ +😍 +🆗 +Unit test is not enough Popup +😍 ❌ + Select +😍 🆗 +Multiple search is not done Switch +😍 ❌ + + + +FormItem +🚧 +❌ + + + +Form +🚧 +❌ + + + +Table +🚧 +❌ +Function is not fulfilled Tooltip +😍 ❌ +Remove the dependency of Popper.js + + +Popup +😍 +❌ +May be need to merge with Tooltip