webforj / webforj-docs

Documentation and code examples for webforJ.
https://docs.webforj.com
0 stars 2 forks source link

Look into updating `ComponentDemo` to remove the need to append `?` at the end of the URLs #259

Open MatthewHawkins opened 2 months ago

MatthewHawkins commented 2 months ago

Currently, the ? signaling query parameters (which we use to toggle dark and light mode demos) is added in the URL passed as a prop. Rework the component to add this for us without needing to do it manually in each URL