File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,21 @@ Customize components using CSS variables:
296296
297297You can create your own theme to change the values to what suits your project over the defaults.
298298
299+ ### Using ZephyrJS in HTML Project
300+ Import the latest version from jsdelivr into your project as depicted below.
301+ From there, you will be able to make full usage of ZephyrJS.
302+ ``` html
303+ <head >
304+ <meta charset =" UTF-8" >
305+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
306+ <title >Title of project</title >
307+ <script type =" module" src =" https://cdn.jsdelivr.net/gh/RPDevJesco/ZephyrJS@0.08/zephyrcore/zephyr.js" ></script >
308+ <script type =" module" src =" https://cdn.jsdelivr.net/gh/RPDevJesco/ZephyrJS@0.08/zephyrtemplates/ZephyrCore.js" ></script >
309+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/RPDevJesco/ZephyrJS@0.08/zephyrcss/variables.css" >
310+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/RPDevJesco/ZephyrJS@0.08/zephyrcss/zephyr.css" >
311+ </head >
312+ ```
313+
299314### License
300315ZephyrJS is MIT licensed.
301316
You can’t perform that action at this time.
0 commit comments