You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divstyle="font-weight: 200;">Infinite Customizations available. You can customize any element that is created by overriding the classes. Customizations are only limited by the creativity of the designer</div>
81
81
82
+
83
+
<h1class="display-4 mt-3">Version 0.2.3 ~ Events are here</h1>
Copy file name to clipboardExpand all lines: docs/layouts/index.html
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,37 @@
65
65
description: "<div>Hope you like this package. If you do, please make sure to star this repo and share it with people who need something like this. Thank you ❤️</div>"
66
66
}]
67
67
};
68
-
consthandleClick=function(){
68
+
consthandleClick=function(event){
69
+
event.preventDefault();
69
70
returncreateSequence(options);
70
71
};
72
+
73
+
consteventOptions={
74
+
welcomeText: "This is a demo of the components in this page",
0 commit comments