Skip to content

Commit

Permalink
feat(theme): add new Calendar component & Calendar Kit module (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored and nnixaa committed Aug 7, 2018
1 parent 95fbe74 commit 8547527
Show file tree
Hide file tree
Showing 68 changed files with 7,303 additions and 3,491 deletions.
30 changes: 30 additions & 0 deletions docs/assets/images/components/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@ export const structure = [
icon: 'input.svg',
source: [ 'NbInputDirective' ],
},
{
type: 'tabs',
name: 'Calendar',
icon: 'calendar.svg',
source: [
'NbCalendarComponent',
'NbCalendarKitModule',
],
},
],
},
{
Expand Down
Loading

0 comments on commit 8547527

Please sign in to comment.