Introduction
Get started with Panelita, the most popular health framework for building responsive web applications, by downloading some files and following the requierements.
Quick start
Get started by downloading the CSS and JS files in Download section, then:
CSS
Copy-paste the stylesheet location <link> into your <head> before other stylesheets to load our CSS.
<link rel="stylesheet" href="../style.css">
JS
Many of our components require the use of JavaScript to function.
Place the following <script></script> to locate the files near the end of your html, right before the closing <body> tag, to enable them.
<script src="../javascript.js"></script>
jQuery
Components require jQuery to work.
Place the following <script></script> near the end of your html, right before the closing <body> tag, to enable jQuery.
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
Icons
Place this links into your <head> before other stylesheets or near the end of your html, right before the closing <body> tag, to enable Icons.
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,600,0,0"/>