docs(demos): add search demo

This commit is contained in:
Drew Rygh
2015-11-12 14:20:36 -06:00
parent 73f6265044
commit 24d823ab5f
4 changed files with 85 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export function getPageFor(hash) {
'segment': inputs.SegmentPage,
'select': inputs.SelectPage,
'switch': inputs.SwitchPage,
'search': inputs.SearchPage,
'inputs': labels.BasicPage,
'fixed-inline-labels': labels.FixedInlinePage,