framework7 - how can I use framework 7 view inside of wrapper -


if try wrap div around code: example:

<div class=“my-wrapper”>   <div class=“views”>   <!— main view —>     <div class=“view view-main”>     <!— pages —>       <div class=“pages”>       <div class=“page” data-page=“home”>          …framework 7 code…       </div>       </div>    </div>   </div> </div> 

it stops working completely. run same problem? how can utilize framework 7 ui inside of app done in bootsrtap. need able combine both


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -