-
Build Your New Idea
-
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis commodi cum cupiditate ducimus, fugit harum id necessitatibus odio quam quasi, quibusdam rem tempora voluptates.
+
+
+
+
Find your premium new glasses exported from US
+
We work with the best remunated glasses dealers in US to find your new glasses.
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
All legal documents
+
+
+
+
+
+
+
+
From US glasses dealers
+
+
+
+
+
+
+
+
Payment Security
+
+
+
+
+
+
+
+
Fast shipping (+ Express)
+
-
-
-
+
+
+
`,
diff --git a/src/components/ui/Heros/WithPattern.vue b/src/components/ui/Heros/WithPattern.vue
index 336b2e6..be18bac 100644
--- a/src/components/ui/Heros/WithPattern.vue
+++ b/src/components/ui/Heros/WithPattern.vue
@@ -58,6 +58,13 @@
return {
name: 'With Pattern',
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
Build Your New Idea
+
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis commodi cum cupiditate ducimus, fugit harum id necessitatibus odio quam quasi, quibusdam rem tempora voluptates.
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/ui/Navbars/ECommerce.vue b/src/components/ui/Navbars/ECommerce.vue
index a40d148..9623ae1 100644
--- a/src/components/ui/Navbars/ECommerce.vue
+++ b/src/components/ui/Navbars/ECommerce.vue
@@ -57,7 +57,7 @@
-
+
diff --git a/src/components/ui/Navbars/WithAvatar.vue b/src/components/ui/Navbars/WithAvatar.vue
index fefb666..a906066 100644
--- a/src/components/ui/Navbars/WithAvatar.vue
+++ b/src/components/ui/Navbars/WithAvatar.vue
@@ -77,7 +77,7 @@
-
+
Join Slack
Browse Topics
diff --git a/src/components/ui/Navbars/WithCategories.vue b/src/components/ui/Navbars/WithCategories.vue
index fef38c5..41faba8 100644
--- a/src/components/ui/Navbars/WithCategories.vue
+++ b/src/components/ui/Navbars/WithCategories.vue
@@ -10,7 +10,15 @@
@@ -40,7 +48,15 @@
@@ -97,7 +113,15 @@
@@ -112,7 +136,7 @@
-
+
diff --git a/src/components/ui/Navbars/WithSearch.vue b/src/components/ui/Navbars/WithSearch.vue
index 678bc33..e0fbe5f 100644
--- a/src/components/ui/Navbars/WithSearch.vue
+++ b/src/components/ui/Navbars/WithSearch.vue
@@ -25,9 +25,15 @@
About
Contact
-
-
@@ -61,15 +67,21 @@
+
diff --git a/src/components/ui/Sidebars/WithAvatar.vue b/src/components/ui/Sidebars/WithAvatar.vue
new file mode 100644
index 0000000..c1b62e2
--- /dev/null
+++ b/src/components/ui/Sidebars/WithAvatar.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
Brand
+
+
+
+
John Doe
+
john@example.com
+
+
+
+
+
+
+
+
+
\ 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..19e5852
--- /dev/null
+++ b/src/components/ui/Sidebars/WithSearch.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/models/Components.js b/src/models/Components.js
index 8564b45..83fb6d1 100644
--- a/src/models/Components.js
+++ b/src/models/Components.js
@@ -41,7 +41,13 @@ export default [
},
{
name: "Forms",
- components: [{ name: "Simple" }, { name: "Newsletter" }],
+ components: [
+ { name: "Simple" },
+ { name: "Search" },
+ { name: "Contact" },
+ { name: "SimpleNewsletter" },
+ { name: "Newsletter" },
+ ],
},
{
name: "Dropdowns",
@@ -61,10 +67,15 @@ export default [
components: [
{ name: "ECommerce" },
{ name: "WithImage" },
+ { name: "WithSideImage" },
{ name: "WithBGImage" },
{ name: "WithPattern" },
],
},
+ {
+ name: "Sidebars",
+ components: [{ name: "WithSearch" }, { name: "WithAvatar" }],
+ },
{
name: "Sections",
components: [
diff --git a/tailwind.config.js b/tailwind.config.js
index 1f5f3c8..9ea1de1 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -7,9 +7,6 @@ module.exports = {
roboto: ["Roboto"],
},
spacing: {
- 80: "20rem",
- 96: "24rem",
- 112: "28rem",
128: "32rem",
},
},