mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
17
library/examples/navigation-url-encoding.mdx
Normal file
17
library/examples/navigation-url-encoding.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Navigation with URL encoded Parameters
|
||||
hide_title: true
|
||||
---
|
||||
import ImportButton from '/src/components/importbutton'
|
||||
|
||||
# Navigation with URL encoded parameters example
|
||||
|
||||
This example demonstrated how to use **Multiple levels of navigation stacks** and how to **Encode Parameters in the URL** to pass values between pages. Follow the [Navigation Guides](/docs/guides/navigation/basic-navigation) to learn how the example was built.
|
||||
|
||||
<div className="ndl-image-with-background m">
|
||||
|
||||

|
||||
|
||||
<ImportButton zip="/library/examples/navigation-url-encoding/param-encoding-url.zip" name="Navigation Example" thumb="/library/examples/navigation-url-encoding/show-products-page-4.png"/>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user