feat(popover): add popover component

references #5420
This commit is contained in:
Brandy Carney
2016-05-23 10:54:14 -04:00
parent d2ef2b1622
commit 53fd3c3973
13 changed files with 585 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export * from './components/nav/nav-router';
export * from './components/navbar/navbar';
export * from './components/option/option';
export * from './components/picker/picker';
export * from './components/popover/popover';
export * from './components/radio/radio-button';
export * from './components/radio/radio-group';
export * from './components/refresher/refresher';