-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tabs): paginate tab header when exceeds width (#2084)
* initial implementation of scrolling * add scrolling when clicking on tab * fix rtl * create component for header * rebase * support stretch * do not focus() the selected index * be sure to scroll to selected index after view * be sure to scroll to selected index after view coment * fix tests * cleanup dynamic tab demo * fix tests, make Dir optional * remove Dir import in spec * restore html * remove index to focus * reduce the amount of layout reflows * fix test for IE/Safari by using minwidth * fix lint * remove internal TODO comment * remove private on functions/variables used in template * fix tests for latest ripple changes * remove double quotes
- Loading branch information
1 parent
d11cb7b
commit 92e26d7
Showing
12 changed files
with
841 additions
and
338 deletions.
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
Oops, something went wrong.