UNPKG

taffy-coustom-ui

Version:
31 lines (22 loc) 1.3 kB
<!DOCTYPE html> <html lang="en"> <head> <title id="Description">Angular ResponsivePanel FluidSize</title> <base href="./../dist/responsivepanel/fluidsize/"> <meta name="description" content="In this example the width and height of Angular ResponsivePanel are set in precentages." /> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <!-- Styles --> <link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" /> <!-- jQWidgets --> <script src="./../../../scripts/demos.js"></script> </head> <!-- Display the application --> <body> <div class="example-description"> Open the demo in new window and resize the web browser's window. The panel collapses automatically when the browser's window width is less than its collapseBreakpoint which in the demo is set to 700px </div> <app-root>Loading...</app-root> <script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script> </body> </html>