Skip to content

Commit

Permalink
feat(ui): spinner component
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored and 32penkin committed Aug 19, 2019
1 parent e1a1495 commit c80d62d
Show file tree
Hide file tree
Showing 14 changed files with 683 additions and 107 deletions.
51 changes: 20 additions & 31 deletions docs/src/assets/images/components/spinner.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/assets/images/overview/spinner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,20 @@ export const structure = [
},
],
},
{
type: 'tabs',
name: 'Spinner',
icon: 'spinner.svg',
source: [
'Spinner',
],
overview: [
{
name: 'Spinner',
images: ['spinner.png'],
},
],
},
],
},
{
Expand Down
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/framework/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ export {
RadioGroupProps,
RadioGroupElement,
} from './radioGroup/radioGroup.component';
export {
Spinner,
SpinnerProps,
SpinnerElement,
} from './spinner/spinner.component';
export {
TabView,
TabViewProps,
Expand Down

0 comments on commit c80d62d

Please sign in to comment.