Join the Webstudio community

Updated 2 days ago

Dynamic Pricing Table

I am designing a website where I want a dynamic pricing table where I want a button that will change the the table data from monthly pricing to yearly pricing .. for monthly there is 3 plans and for years there is 3 plans too but the value changes based on that.... now I want it to implement in webstudio.. how can I do so ?
O
5 comments
you could build the 2 pricing views and switch between them
e.g. using tabs component
you could also use a switch, requires more steps though
you could also keep all info in an array and then pick the right data and bind it or render all the data statically
lots of ways to do it
Add a reply
Sign up and join the conversation on Discord