Skip to content

Commit

Permalink
feat(theme): add Spinner component
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jun 26, 2018
1 parent ebfcd0e commit 8ef7412
Show file tree
Hide file tree
Showing 24 changed files with 1,082 additions and 154 deletions.
37 changes: 37 additions & 0 deletions docs/assets/images/components/spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 8 additions & 11 deletions docs/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@ export const structure = [
'NbCheckboxComponent',
],
},
{
type: 'tabs',
name: 'Spinner',
icon: 'spinner.svg',
source: [
'NbSpinnerDirective',
],
},
{
type: 'tabs',
name: 'Progress Bar',
Expand Down Expand Up @@ -316,17 +324,6 @@ export const structure = [
},
],
},
{
type: 'page',
name: 'SpinnerService',
children: [
{
type: 'block',
block: 'component',
source: 'NbSpinnerService',
},
],
},
{
type: 'page',
name: 'MediaBreakpoints',
Expand Down
Loading

0 comments on commit 8ef7412

Please sign in to comment.