Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit ffd9bba

Browse files
author
Matt Goo
authored
feat(tab): add new component (#216)
1 parent 73fb45b commit ffd9bba

18 files changed

+810
-64
lines changed

package-lock.json

Lines changed: 53 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@material/notched-outline": "^0.38.0",
5555
"@material/ripple": "^0.38.1",
5656
"@material/select": "^0.38.1",
57+
"@material/tab": "^0.38.1",
5758
"@material/tab-indicator": "^0.38.0",
5859
"@material/textfield": "^0.38.1",
5960
"@material/top-app-bar": "^0.38.1",

packages/tab/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
index.js

0 commit comments

Comments
 (0)