feat(): add toast component

This commit is contained in:
Dave Ackerman
2016-03-22 12:29:14 -07:00
parent 7263728da1
commit 3fb79cf99d
12 changed files with 496 additions and 0 deletions

View File

@@ -47,5 +47,6 @@ export * from './components/tabs/tabs'
export * from './components/tabs/tab'
export * from './components/tap-click/tap-click'
export * from './components/toggle/toggle'
export * from './components/toast/toast'
export * from './components/toolbar/toolbar'
export * from './components/virtual-scroll/virtual-scroll'