@kizmann/nano-ui 0.7.10 → 0.7.13
Sign up to get free protection for your applications and to get access to all the features.
package/demos/scrollbar.html
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
<link rel="stylesheet" href="https://unpkg.com/backpack.css@2.0.0/lib/backpack.css">
|
11
11
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
|
12
12
|
<link rel="stylesheet" href="../dist/nano-ui.css">
|
13
|
+
<link id="theme" rel="stylesheet" href="../dist/themes/light.css">
|
13
14
|
|
14
15
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.0.5/vue.global.prod.js"></script> -->
|
15
16
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
|