-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react): add IconTab component with size prop #10301
Merged
kodiakhq
merged 17 commits into
carbon-design-system:main
from
abbeyhrt:feat/add-size-tabs
Jan 14, 2022
Merged
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
571e2e8
chore check in progress
abbeyhrt b3cb6da
chore: check in progress
abbeyhrt 77596b8
feat(react): add size prop and IconTab
abbeyhrt 32aee4a
fix(react): update class names and story for icon tabs
abbeyhrt 09ae596
test(react): update snapshots
abbeyhrt 7ca5232
Merge branch 'main' into feat/add-size-tabs
abbeyhrt 573ad8e
chore: merge in master
abbeyhrt 6613f80
fix(react): use scss variable to declare icon tab height/width
abbeyhrt eee6072
Merge branch 'feat/add-size-tabs' of github.com:abbeyhrt/my-carbon-fo…
abbeyhrt fd992e0
chore(react): fix typo
abbeyhrt 1d70d01
Merge branch 'main' into feat/add-size-tabs
abbeyhrt a7658c9
fix(react): update iconSize prop and snapshots
abbeyhrt 3b1d051
Merge branch 'feat/add-size-tabs' of github.com:abbeyhrt/my-carbon-fo…
abbeyhrt cd8a5cd
fix(react): add support for contained icon tabs
abbeyhrt 02a9f75
feat(react): add tooltip to icon tab
abbeyhrt 30429c2
fix(react): update snapshots
abbeyhrt cd2612c
Merge branch 'main' into feat/add-size-tabs
abbeyhrt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should use the size names from other components to match convention there, let me know if I'm off 👍