Skip to content

Commit

Permalink
feat(select): add component (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo authored Aug 3, 2018
1 parent 9dde169 commit e619e52
Show file tree
Hide file tree
Showing 22 changed files with 1,135 additions and 23 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Component | Spec | MDC Web
[Material Icon](./packages/material-icon) | [Material Icon Design Page](https://material.io/design/iconography/system-icons.html#design-principles) | [Material Icon Tool](https://material.io/tools/icons/?style=baseline)
[Notched Outline](./packages/notched-outline) | [Text Field Design Page](https://material.io/design/components/text-fields.html) | [MDC Notched Outline](https://github.com/material-components/material-components-web/tree/master/packages/mdc-notched-outline)
[Ripple](./packages/ripple) | [Ripple Design Page](https://material.io/design/interaction/states.html) | [MDC Ripple](https://github.com/material-components/material-components-web/tree/master/packages/mdc-ripple)
[Select](./packages/select) | [Select Design Page](https://material.io/design/components/menus.html#) | [MDC Select](https://github.com/material-components/material-components-web/tree/master/packages/mdc-select)
[Text Field](./packages/text-field) | [Text Field Design Page](https://material.io/design/components/text-fields.html) | [MDC Text Field](https://github.com/material-components/material-components-web/tree/master/packages/mdc-textfield)
[Top App Bar](./packages/top-app-bar) | [Top App Bar Design Page](https://material.io/design/components/app-bars-top.html) | [MDC Top App Bar](https://github.com/material-components/material-components-web/tree/master/packages/mdc-top-app-bar)

Expand Down
99 changes: 77 additions & 22 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@material/list": "^0.38.0",
"@material/notched-outline": "^0.38.0",
"@material/ripple": "^0.38.0",
"@material/select": "^0.38.0",
"@material/textfield": "^0.38.0",
"@material/top-app-bar": "^0.38.0",
"@material/typography": "^0.38.0",
Expand Down
1 change: 1 addition & 0 deletions packages/select/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.js
Loading

0 comments on commit e619e52

Please sign in to comment.