refactor(demos): forms and input

This commit is contained in:
Drew Rygh
2015-11-04 19:37:41 -06:00
parent 19ce43a182
commit a766c20d65
50 changed files with 306 additions and 296 deletions

View File

@ -0,0 +1,7 @@
export * from './basic/pages';
export * from './fixed-inline/pages';
export * from './floating/pages';
export * from './inline/pages';
export * from './inset/pages';
export * from './placeholder/pages';
export * from './stacked/pages';