diff --git a/src/components/categories/Alerts.vue b/src/components/categories/Alerts.vue index 7f90ffe..47b1f91 100644 --- a/src/components/categories/Alerts.vue +++ b/src/components/categories/Alerts.vue @@ -7,6 +7,10 @@ + + + + @@ -16,6 +20,10 @@ import InfoPop from "../ui/Alerts/InfoPop"; import WarningPop from "../ui/Alerts/WarningPop"; import ErrorPop from "../ui/Alerts/ErrorPop"; import NotificationPop from "../ui/Alerts/NotificationPop"; +import SuccessFullWidth from "../ui/Alerts/SuccessFullWidth"; +import InfoFullWidth from "../ui/Alerts/InfoFullWidth"; +import WarningFullWidth from "../ui/Alerts/WarningFullWidth"; +import ErrorFullWidth from "../ui/Alerts/ErrorFullWidth"; export default { components: { @@ -24,6 +32,10 @@ export default { WarningPop, ErrorPop, NotificationPop, + SuccessFullWidth, + InfoFullWidth, + WarningFullWidth, + ErrorFullWidth, }, }; \ No newline at end of file diff --git a/src/components/categories/Footers.vue b/src/components/categories/Footers.vue index dad8544..78d32ac 100644 --- a/src/components/categories/Footers.vue +++ b/src/components/categories/Footers.vue @@ -3,17 +3,20 @@

Footers

+ \ No newline at end of file diff --git a/src/components/ui/Navbars/ECommerce.vue b/src/components/ui/Navbars/ECommerce.vue new file mode 100644 index 0000000..76ea81f --- /dev/null +++ b/src/components/ui/Navbars/ECommerce.vue @@ -0,0 +1,90 @@ + + + \ No newline at end of file diff --git a/src/components/ui/Navbars/Simple.vue b/src/components/ui/Navbars/Simple.vue deleted file mode 100644 index 3c0c9e2..0000000 --- a/src/components/ui/Navbars/Simple.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/ui/Navbars/WithSearch.vue b/src/components/ui/Navbars/WithSearch.vue index e53e975..3dba558 100644 --- a/src/components/ui/Navbars/WithSearch.vue +++ b/src/components/ui/Navbars/WithSearch.vue @@ -21,9 +21,9 @@
- Home - About - Contact + Home + About + Contact
diff --git a/src/components/ui/Sections/Feature.vue b/src/components/ui/Sections/Feature.vue new file mode 100644 index 0000000..77be8af --- /dev/null +++ b/src/components/ui/Sections/Feature.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/src/components/utilities/ViewComponent.vue b/src/components/utilities/ViewComponent.vue index 4ebac01..c1794c7 100644 --- a/src/components/utilities/ViewComponent.vue +++ b/src/components/utilities/ViewComponent.vue @@ -2,7 +2,11 @@
-
{{ name }}
+
+

{{ name }}

+ + New +