diff --git a/src/components/Header.vue b/src/components/Header.vue index 7c54e56..d96f4d0 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -72,7 +72,7 @@ export default { data() { return { - components_count: 43, + components_count: 46, SHARE_LINK: `https://twitter.com/intent/tweet?text=${encodeURIComponent( 'Check out Meraki UI Awesome @tailwindcss Components that support RTL and fully responsive by @khatabwedaa and @miaababikir 🔥.' )}&url=${encodeURIComponent('https://merakiui.com')}` diff --git a/src/components/Main.vue b/src/components/Main.vue index 5a93018..04396c4 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -64,6 +64,7 @@ import DropdownsNotification from "./ui/Dropdowns/Notification"; // Forms import FormsNewsletter from "./ui/Forms/Newsletter"; import FormsSimple from "./ui/Forms/Simple"; +import FormsContact from "./ui/Forms/Contact"; // Navbars import NavbarsECommerce from "./ui/Navbars/ECommerce"; import NavbarsWithAvatar from "./ui/Navbars/WithAvatar"; @@ -72,8 +73,11 @@ import NavbarsWithSearch from "./ui/Navbars/WithSearch"; // Heros import HerosECommerce from "./ui/Heros/ECommerce"; import HerosWithImage from "./ui/Heros/WithImage"; +import HerosWithSideImage from "./ui/Heros/WithSideImage"; import HerosWithBGImage from "./ui/Heros/WithBGImage"; import HerosWithPattern from "./ui/Heros/WithPattern"; +// Sidebars +import SidebarsWithSearch from "./ui/Sidebars/WithSearch"; // Sections import SectionsAboutMe from "./ui/Sections/AboutMe"; import SectionsFeature from "./ui/Sections/Feature"; @@ -118,14 +122,17 @@ export default { DropdownsNotification, FormsNewsletter, FormsSimple, + FormsContact, NavbarsECommerce, NavbarsWithAvatar, NavbarsWithCategories, NavbarsWithSearch, HerosECommerce, HerosWithImage, + HerosWithSideImage, HerosWithBGImage, HerosWithPattern, + SidebarsWithSearch, SectionsAboutMe, SectionsFeature, SectionsOurTeam, diff --git a/src/components/ui/Forms/Contact.vue b/src/components/ui/Forms/Contact.vue new file mode 100644 index 0000000..682c231 --- /dev/null +++ b/src/components/ui/Forms/Contact.vue @@ -0,0 +1,131 @@ + + + \ No newline at end of file diff --git a/src/components/ui/Heros/WithImage.vue b/src/components/ui/Heros/WithImage.vue index e89137f..f99dfc0 100644 --- a/src/components/ui/Heros/WithImage.vue +++ b/src/components/ui/Heros/WithImage.vue @@ -2,50 +2,98 @@
-
@@ -61,13 +109,13 @@ isOpen: false, code: `
-
`, diff --git a/src/components/ui/Heros/WithSideImage.vue b/src/components/ui/Heros/WithSideImage.vue new file mode 100644 index 0000000..18967d3 --- /dev/null +++ b/src/components/ui/Heros/WithSideImage.vue @@ -0,0 +1,114 @@ + + + \ No newline at end of file diff --git a/src/components/ui/Sidebars/WithSearch.vue b/src/components/ui/Sidebars/WithSearch.vue new file mode 100644 index 0000000..01fff97 --- /dev/null +++ b/src/components/ui/Sidebars/WithSearch.vue @@ -0,0 +1,151 @@ + + + \ No newline at end of file diff --git a/src/models/Components.js b/src/models/Components.js index 8564b45..f69addc 100644 --- a/src/models/Components.js +++ b/src/models/Components.js @@ -41,7 +41,11 @@ export default [ }, { name: "Forms", - components: [{ name: "Simple" }, { name: "Newsletter" }], + components: [ + { name: "Simple" }, + { name: "Contact" }, + { name: "Newsletter" }, + ], }, { name: "Dropdowns", @@ -61,10 +65,15 @@ export default [ components: [ { name: "ECommerce" }, { name: "WithImage" }, + { name: "WithSideImage" }, { name: "WithBGImage" }, { name: "WithPattern" }, ], }, + { + name: "Sidebars", + components: [{ name: "WithSearch" }], + }, { name: "Sections", components: [