diff --git a/j-ResponsiveLayout/component.json b/j-ResponsiveLayout/component.json new file mode 100644 index 00000000..2e542588 --- /dev/null +++ b/j-ResponsiveLayout/component.json @@ -0,0 +1,11 @@ +{ + "datecreated": "2025-04-22T14:00:00.000Z", + "name": "j-ResponsiveLayout", + "jcomponent": "19|20", + "version": 1, + "picture": "picture.jpg", + "dependencies": "", + "author": "Dodo Marton", + "email": "dodo@totaljs.com", + "license": "https://www.totaljs.com/license/" +} \ No newline at end of file diff --git a/j-ResponsiveLayout/example.html b/j-ResponsiveLayout/example.html new file mode 100644 index 00000000..3d93c934 --- /dev/null +++ b/j-ResponsiveLayout/example.html @@ -0,0 +1,92 @@ + + + + PAGE TITLE + + + + + + + + + + +
+
+ + HEADER + + +
+
+ +
+ CONTENT +
+
+ +
+ + + + \ No newline at end of file diff --git a/j-ResponsiveLayout/picture.jpg b/j-ResponsiveLayout/picture.jpg new file mode 100644 index 00000000..eef7c0d8 Binary files /dev/null and b/j-ResponsiveLayout/picture.jpg differ diff --git a/j-ResponsiveLayout/readme.md b/j-ResponsiveLayout/readme.md new file mode 100644 index 00000000..8f137d85 --- /dev/null +++ b/j-ResponsiveLayout/readme.md @@ -0,0 +1,17 @@ +## j-ResponsiveLayout + +Fully responsive template with two interactive buttons. Ideal for simple SPAs or web applications that require access to navigation and additional tools on mobile devices. + +- jComponent `v19|v20` + +__Features__: + +- Navigation with menu button (`.mobilemenubtn`) +- Adds the `.mobilemenu-visible` class to the `` element when active +- Left sidebar with button (`.mobileasidebtn`) +- Adds the `.mobileaside-visible` class to the `` element when active. + +### Author + +- Dodo Marton +- [License](https://www.totaljs.com/license/) \ No newline at end of file