feat: add a bunch of new Nebular demos (#1911)

This commit is contained in:
Denis Strigo 2018-11-19 16:57:35 +02:00 committed by GitHub
parent c594a5a4c5
commit 3f1f4c558b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
185 changed files with 5176 additions and 422 deletions

View file

@ -17,41 +17,56 @@ export const MENU_ITEMS: NbMenuItem[] = [
group: true,
},
{
title: 'UI Features',
icon: 'nb-keypad',
link: '/pages/ui-features',
title: 'Extra Components',
icon: 'nb-star',
children: [
{
title: 'Buttons',
link: '/pages/ui-features/buttons',
title: 'Calendar',
link: '/pages/extra-components/calendar',
},
{
title: 'Grid',
link: '/pages/ui-features/grid',
title: 'Stepper',
link: '/pages/extra-components/stepper',
},
{
title: 'Icons',
link: '/pages/ui-features/icons',
title: 'List',
link: '/pages/extra-components/list',
},
{
title: 'Modals',
link: '/pages/ui-features/modals',
title: 'Infinite List',
link: '/pages/extra-components/infinite-list',
},
{
title: 'Popovers',
link: '/pages/ui-features/popovers',
title: 'Accordion',
link: '/pages/extra-components/accordion',
},
{
title: 'Typography',
link: '/pages/ui-features/typography',
title: 'Progress Bar',
link: '/pages/extra-components/progress-bar',
},
{
title: 'Animated Searches',
link: '/pages/ui-features/search-fields',
title: 'Spinner',
link: '/pages/extra-components/spinner',
},
{
title: 'Alert',
link: '/pages/extra-components/alert',
},
{
title: 'Tree',
link: '/pages/extra-components/tree',
},
{
title: 'Tabs',
link: '/pages/ui-features/tabs',
link: '/pages/extra-components/tabs',
},
{
title: 'Calendar Kit',
link: '/pages/extra-components/calendar-kit',
},
{
title: 'Chat',
link: '/pages/extra-components/chat',
},
],
},
@ -67,18 +82,80 @@ export const MENU_ITEMS: NbMenuItem[] = [
title: 'Form Layouts',
link: '/pages/forms/layouts',
},
{
title: 'Buttons',
link: '/pages/forms/buttons',
},
{
title: 'Datepicker',
link: '/pages/forms/datepicker',
},
],
},
{
title: 'Components',
title: 'UI Features',
icon: 'nb-keypad',
link: '/pages/ui-features',
children: [
{
title: 'Grid',
link: '/pages/ui-features/grid',
},
{
title: 'Icons',
link: '/pages/ui-features/icons',
},
{
title: 'Typography',
link: '/pages/ui-features/typography',
},
{
title: 'Animated Searches',
link: '/pages/ui-features/search-fields',
},
],
},
{
title: 'Modal & Overlays',
icon: 'nb-layout-default',
children: [
{
title: 'Dialog',
link: '/pages/modal-overlays/dialog',
},
{
title: 'Window',
link: '/pages/modal-overlays/window',
},
{
title: 'Popover',
link: '/pages/modal-overlays/popover',
},
{
title: 'Toastr',
link: '/pages/modal-overlays/toastr',
},
{
title: 'Tooltip',
link: '/pages/modal-overlays/tooltip',
},
],
},
{
title: 'Bootstrap',
icon: 'nb-gear',
children: [
{
title: 'Tree',
link: '/pages/components/tree',
}, {
title: 'Notifications',
link: '/pages/components/notifications',
title: 'Form Inputs',
link: '/pages/bootstrap/inputs',
},
{
title: 'Buttons',
link: '/pages/bootstrap/buttons',
},
{
title: 'Modal',
link: '/pages/bootstrap/modal',
},
],
},