Skip to content

Commit

Permalink
feat(ui): dropdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 19, 2019
1 parent c80d62d commit 1b2211c
Show file tree
Hide file tree
Showing 22 changed files with 2,412 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,15 @@ export const structure = [
},
],
},
{
type: 'tabs',
name: 'Dropdown',
icon: 'button.svg',
source: [
'Dropdown',
],
overview: [],
},
{
type: 'tabs',
name: 'Button Group',
Expand Down
1 change: 1 addition & 0 deletions src/framework/theme/style/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum Interaction {
ACTIVE = 'active',
FOCUSED = 'focused',
INDETERMINATE = 'indeterminate',
VISIBLE = 'visible',
}

export enum State {
Expand Down

0 comments on commit 1b2211c

Please sign in to comment.