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

A great addition to the component library would be a stepper control: #31

Open
PieroCastillo opened this issue Nov 15, 2021 · 0 comments
Projects
Milestone

Comments

@PieroCastillo
Copy link
Owner

A great addition to the component library would be a stepper control:

The point of which would be to display a different view based on the active step.
However, I'm not sure whether it makes sense to implement the stepping control logic for switching views. It would be better to have some sort of stepper bar with a transition animation when an item is set to active. Changing views should be done outside of the library.

So, something like this would be pretty awesome and should support both MVVM and static XAML:
image

I'm currently trying to implement something like this, even though component design isn't my strong suit. The implementation for the MaterialDesignExtensions isn't clean, in my opinion, as it requires the displayed content to inherit a view model provided by the library.

Originally posted by @hailstorm75 in #7 (comment)_

@PieroCastillo PieroCastillo added this to To Do in 0.1.5 Nov 15, 2021
@PieroCastillo PieroCastillo added this to the v0.1.5 milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
0.1.5
To Do
Development

No branches or pull requests

1 participant