What feature are you requesting?
Allow the developer to add a component that allows real time modification of the UI, this panel could potentially have all the variables created by the framework or some parent variables that affect the others

What would be the benefit of adding this feature?
And idea of what I am asking is somehow done in the landing page and also have been show on the ASP.NET Stand up:
https://youtu.be/sYTH_xYH3iA?t=2781

Thanks!
@barahonajm I'm not sure how soon we'll be able to create an official component for this, but I do have a PR with a demo of how to create your own in the meantime: https://github.com/microsoft/fast/pull/3609
Awesome! thank you very much for that, I am going to play with FAST during the next days and try to integrate it with blazor and my project :)
The PR is now merged 馃槃 You can find the simple design property panel component code here: https://github.com/microsoft/fast/blob/master/examples/todo-app-tutorial/src/design-property-panel.ts
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.