cvdlab / react-planner

:pencil2: A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
https://cvdlab.github.io/react-planner
MIT License
1.3k stars 460 forks source link

How to add a new page at the initiating process of React Planner? #180

Open muralitharanvellaisamy opened 5 years ago

muralitharanvellaisamy commented 5 years ago

Hi, How to start the planner from a static page as home page and then connect with the react planner. What is the method to implement this process. Also we need to know on how to create a new page on react planner and add link and connect to that page from react planner, i.e, we need to run the react planner 2d view and add link to that and by clicking that link we need to navigate to the new page.. Thanks.

rfarren01 commented 4 years ago

Were you able to do this Muralitharan?