Pinned
This is a demo I built in about 3 hours – much of it learning drag-n-drop – over a year ago to show off the power of 🏁 React @finalformjs.
💥It uses one form to generate another, in realtime.💥
Play with it here: builder-demo.final-form.org
00:00






![const [Dialog, open, close] = useDialog()
return <>
<button onClick={open}>Open Dialog</button>
<Dialog title="I am fashion modal">
Dialog content
</Dialog>
</>](https://pbs.twimg.com/media/GabKBfEX0AA5QLj.jpg)
