UNPKG

fz-react-cli

Version:

A CLI tool for build modern web application and libraries

31 lines (30 loc) 612 B
<html> <head> <title>HTML Component</title> <style> .left{ float:left; width:200px; } .right{ float:left; width:calc(100% - 200px); } #ifm{ width: 100%; height: 100%; } </style> </head> <body> <div class="left"> <a href="#/Button/Danger_Button">DangerButton</a><br/> <a href="#/Text/Text">Text</a><br/> <a href="#/Text/Small_Text">SmallText</a><br/> </div> <div class="right"> <iframe id="ifm"></iframe> </div> <script src="js/main.js"></script> </body> </html>