framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.15k stars 3.23k forks source link

Using a React Component as dialog content #4284

Open atferrys opened 3 months ago

atferrys commented 3 months ago

Describe the bug

The content parameter in the f7.dialog.create only allows text and HTML tags.

Is it possible to use a custom React Component inside the dialog body? Possibly not by rendering a static version of the component but instead allowing the use of react features such as hooks, etc...