Skip to content
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: navigate to/from views with any HTML element as it's root (no ion-content usage) #30010

Open
3 tasks done
drakedeatonuk opened this issue Nov 11, 2024 · 0 comments
Open
3 tasks done
Labels

Comments

@drakedeatonuk
Copy link

Prerequisites

Describe the Feature Request

Currently you have to use ion-content (along with other optional root elements) to navigate to and from a view.

It would be nice if instead I could use any root element, such as a div.

if needed, maybe the root element could be given some type of tag that the navigation system could use, for example <div slot="content">

Describe the Use Case

This feature simplifies ionic framework's components. Most of the time devs dont need a lot of what the ion content, header & footer provides. often a simple grid layout will get you what you need.

This would also make the navigation system more modular by decoupling it from being tightly bound to the usage of specific components.l

Describe Preferred Solution

No response

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant