Form drawers #61
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
@alexander-bobin The Drawer component accepts children so you can put a form or any other component within it as per above see: https://github.com/reapit/foundations-react-vite-template/blob/master/src/components/contacts/list/index.tsx#L330 for an example - in this case, the would be your form. Hope this makes sense |
Beta Was this translation helpful? Give feedback.
-
|
Closing this discussion. I had a chat with Dimas and get a better sense of how the Drawer component would be used to deliver form drawers. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
@willmcvay one thing we see commonly is what we call "form drawers". I suspect those would come up quite commonly in your requirements too.
I understand the
Drawercomponent was recently added toElements. Have you or any consumers used this component to deliver a form drawer. If so, can we see an example of how it was done in code?Beta Was this translation helpful? Give feedback.
All reactions