-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
docs(tabs): update usage section to latest #163
docs(tabs): update usage section to latest #163
Comments
also, the tab-button API docs show |
also the doc https://beta.ionicframework.com/docs/api/tab-bar display |
@peterpeterparker Placement is removed in master: https://github.com/ionic-team/ionic/blob/master/core/src/components/tab-bar/tab-bar.tsx It should be slot. 🙂 |
@brandyscarney funny I just noticed it too 5 minutes ago 😆 turns out one of my many Ionic projects was not yet actualized. Sorry for my wrong comment, you are right of course |
Updates the tab-bar to match the MD bottom navigation spec: https://material.io/design/components/bottom-navigation.html#specs Changes proposed in this pull request: - moved flex properties to host, inherit in child anchor element - this allows the user to customize the tab-button flex properties & fixes #16231 - increased letter spacing - removed transforms / transitions on active tab - decreased badge size, add badge styling when empty for MD - fix badge positioning on both iOS and MD - updates e2e tests, adds a preview test for tab-bar - updates documentation surrounding tabs fixes #16231 fixes ionic-team/ionic-docs#175 fixes ionic-team/ionic-docs#163
The usage section for tabs is outdated / not up to date with beta 14: https://github.com/ionic-team/ionic/tree/master/core/src/components/tabs/usage
Need to review the readme too and probably the component docs
The text was updated successfully, but these errors were encountered: