Skip to content

Commit

Permalink
chore(sample): set some components to "done"
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Feb 29, 2016
1 parent aae2eb4 commit f3a9ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/src/shared/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Collections": { },
"Footer": { },
"Navbar": { "status": "wip" },
"Pagination": { "status": "wip" },
"Pagination": { "status": "done" },
"Preloader": { },
},
"Javascript": {
Expand All @@ -39,9 +39,9 @@
"Forms": {
"Input fields": { "moduleId": "input", "status": "wip" },
"Select": { "status": "wip" },
"Radio buttons": { "moduleId": "radio", "status": "wip" },
"Radio buttons": { "moduleId": "radio", "status": "done" },
"Checkbox/Switch": { "moduleId": "checkbox", "status": "done" },
"File input button": { "moduleId": "file", "status": "wip" },
"File input button": { "moduleId": "file", "status": "done" },
"Range": { "status": "wip" },
"DatePicker": { "status": "wip" },
"Character counter": { "moduleId": "input", "status": "wip" },
Expand Down

0 comments on commit f3a9ffd

Please sign in to comment.