mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): outline new card sections
This commit is contained in:
@ -15,7 +15,10 @@ import {ButtonsPage,
|
||||
IconButtonsPage,
|
||||
ButtonsInComponentsPage} from './buttons/buttons';
|
||||
|
||||
import {CardsPage} from './cards/cards';
|
||||
import {CardsBasicPage,
|
||||
CardsImagePage,
|
||||
CardsHeaderPage,
|
||||
CardsListPage} from './cards/cards';
|
||||
|
||||
import {FormsPage,
|
||||
FixedInlinePage,
|
||||
@ -63,7 +66,11 @@ export function getPageFor(hash) {
|
||||
'buttons-in-components': ButtonsInComponentsPage,
|
||||
'button-sizes': ButtonSizesPage,
|
||||
'icon-buttons': IconButtonsPage,
|
||||
'cards': CardsPage,
|
||||
|
||||
'cards': CardsBasicPage,
|
||||
'card-header': CardsHeaderPage,
|
||||
'card-list': CardsListPage,
|
||||
'card-image': CardsImagePage,
|
||||
|
||||
'forms': FormsPage,
|
||||
'fixed-inline-labels': FixedInlinePage,
|
||||
|
Reference in New Issue
Block a user