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

@ -1,6 +1,7 @@
export * from './checkbox/pages';
export * from './radio/pages';
export * from './range/pages';
export * from './search/pages';
export * from './segment/pages';
export * from './select/pages';
export * from './switch/pages';