feat: add switch

This commit is contained in:
jiangruowei
2017-02-07 17:40:38 +08:00
parent 4562ca8b19
commit 72ea01032e
13 changed files with 251 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{
"sample": "./packages/sample/index.js",
"button": "./packages/button/index.js"
"button": "./packages/button/index.js",
"switch": "./packages/switch/index.js"
}