RoamJS / smartblocks

MIT License
23 stars 7 forks source link

FORM Command #78

Closed dvargas92495 closed 1 year ago

dvargas92495 commented 1 year ago

https://www.loom.com/share/4e0de152c8f149d8bd9f07863bea017a

dvargas92495 commented 1 year ago

Those fields are passed into our render function:

https://github.com/dvargas92495/roamjs-smartblocks/pull/78/files#diff-033ecd338eec0994fe53c0896219baee901e20068b8fbe6259a23d5759584b06R772-R778

which renders our FormDialog component:

https://github.com/dvargas92495/roamjs-smartblocks/pull/78/files#diff-033ecd338eec0994fe53c0896219baee901e20068b8fbe6259a23d5759584b06R71-R74

which is imported from roamjs-components:

https://github.com/dvargas92495/roamjs-smartblocks/pull/78/files#diff-033ecd338eec0994fe53c0896219baee901e20068b8fbe6259a23d5759584b06R63

which is defined here:

https://github.com/dvargas92495/roamjs-components/blob/main/src/components/FormDialog.tsx