Skip to content

Commit 2a1318a

Browse files
committed
Updated README.md a bit.
1 parent 2483dbe commit 2a1318a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,21 @@ Customize components using CSS variables:
296296

297297
You 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
300315
ZephyrJS is MIT licensed.
301316

0 commit comments

Comments
 (0)