-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(tab-bar): add expand and shape props for ionic theme #29888
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Should this be marked as a |
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.
This is looking good! Just a question on the default shape.
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.
Great work on this!
Issue number: internal
What is the current behavior?
ion-tab-bardoes not have the ability to change its border radius. It also can't change the width to fit its contents.What is the new behavior?
shapeprop that is only used in theionictheme.shape.expandprop that will determine if the tab bar will fully expand to the screen or only expand to the width of the contents.expand="compact"(expand to the width of the contents) can only be used in theionictheme.expand.Does this introduce a breaking change?
Other information
Shape preview
Expand preview