docs: multi-page app example#292
Conversation
af2ea49 to
34e9086
Compare
The problem is in that
Because every positioned elements in VDom. They are separated from common rendering but they are registered as usual components. Don't think that it is a big problem actually, but it can be fixed using some stack of that overlay items. |
|
Im not sure that we need this example at all. Cons about this sample is:
|
|
@ParadiseFallen |
ParadiseFallen
left a comment
There was a problem hiding this comment.
Lacking examples on Layout. Need to shouw at least 2 layouts and page without layout
|
Looks very good, I made the PR with modal window component so you can get rid of the |
I'd rather adding this as a separate example, focusing just on different layout options. |
I pushed version using |
Example application for showing how to use Blazor's routing to achieve cleaner page navigation than relying on switch statement in App.razor.
Credits for slider in settings page to Skuzzle-UK, I just wrapped it into a component.