docs(demos): add segment demo

This commit is contained in:
Drew Rygh
2015-11-10 22:34:45 -06:00
parent e43d0e6057
commit 4a51a98f69
12 changed files with 96 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export function getPageFor(hash) {
'checkbox': inputs.CheckboxPage,
'radio': inputs.RadioPage,
'range': inputs.RangePage,
'segment': inputs.SegmentPage,
'select': inputs.SelectPage,
'switch': inputs.SwitchPage,