feat(popover): add popover showcase (#1556)

This commit is contained in:
Dmitry Nehaychik 2018-02-22 20:13:23 +03:00 committed by GitHub
parent ddb63062f5
commit f4cdf4ab22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 269 additions and 0 deletions

View file

@ -32,6 +32,10 @@ export const MENU_ITEMS: NbMenuItem[] = [
title: 'Modals',
link: '/pages/ui-features/modals',
},
{
title: 'Popovers',
link: '/pages/ui-features/popovers',
},
{
title: 'Typography',
link: '/pages/ui-features/typography',