mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 07:03:24 +00:00
Merge pull request #48 from panta97/main
fixed typo and removed whitespaces
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
name: 'Login with Socail Media Links',
|
||||
name: 'Login with Social Media Links',
|
||||
code: `
|
||||
<div class="w-full max-w-sm p-6 m-auto bg-white rounded-md shadow-md dark:bg-gray-800">
|
||||
<h1 class="text-3xl font-semibold text-center text-gray-700 dark:text-white">Brand</h1>
|
||||
@@ -77,7 +77,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
name: 'With Socail Media Links',
|
||||
name: 'With Social Media Links',
|
||||
isOpen: false,
|
||||
code: `
|
||||
<nav class="bg-white shadow dark:bg-gray-800">
|
||||
@@ -17,7 +17,7 @@ export default [
|
||||
name: "Authentication",
|
||||
components: [
|
||||
{ name: "SimpleLogin" },
|
||||
{ name: "LoginWithSocailMediaLinks" },
|
||||
{ name: "LoginWithSocialMediaLinks" },
|
||||
{ name: "LoginWithSideImage" },
|
||||
],
|
||||
},
|
||||
@@ -64,7 +64,7 @@ export default [
|
||||
{ name: "ECommerce" },
|
||||
{ name: "WithSearch" },
|
||||
{ name: "WithAvatar" },
|
||||
{ name: "WithSocailMediaLinks" },
|
||||
{ name: "WithSocialMediaLinks" },
|
||||
{ name: "WithCategories" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -116,7 +116,7 @@ import AlertsWarningFullWidth from "~/components/ui/Alerts/WarningFullWidth";
|
||||
import AlertsErrorFullWidth from "~/components/ui/Alerts/ErrorFullWidth";
|
||||
// Authentication
|
||||
import AuthenticationSimpleLogin from "~/components/ui/Authentication/SimpleLogin";
|
||||
import AuthenticationLoginWithSocailMediaLinks from "~/components/ui/Authentication/LoginWithSocailMediaLinks";
|
||||
import AuthenticationLoginWithSocialMediaLinks from "~/components/ui/Authentication/LoginWithSocialMediaLinks";
|
||||
import AuthenticationLoginWithSideImage from "~/components/ui/Authentication/LoginWithSideImage";
|
||||
// Buttons
|
||||
import ButtonsPrimary from "~/components/ui/Buttons/Primary";
|
||||
@@ -147,7 +147,7 @@ import NavbarsECommerce from "~/components/ui/Navbars/ECommerce";
|
||||
import NavbarsWithAvatar from "~/components/ui/Navbars/WithAvatar";
|
||||
import NavbarsWithSearch from "~/components/ui/Navbars/WithSearch";
|
||||
import NavbarsWithCategories from "~/components/ui/Navbars/WithCategories";
|
||||
import NavbarsWithSocailMediaLinks from "~/components/ui/Navbars/WithSocailMediaLinks";
|
||||
import NavbarsWithSocialMediaLinks from "~/components/ui/Navbars/WithSocialMediaLinks";
|
||||
// Heros
|
||||
import HerosECommerce from "~/components/ui/Heros/ECommerce";
|
||||
import HerosWithNewsletterForm from "~/components/ui/Heros/WithNewsletterForm";
|
||||
@@ -193,7 +193,7 @@ export default {
|
||||
AlertsWarningFullWidth,
|
||||
AlertsErrorFullWidth,
|
||||
AuthenticationSimpleLogin,
|
||||
AuthenticationLoginWithSocailMediaLinks,
|
||||
AuthenticationLoginWithSocialMediaLinks,
|
||||
AuthenticationLoginWithSideImage,
|
||||
ButtonsPrimary,
|
||||
ButtonsWithIcon,
|
||||
@@ -218,7 +218,7 @@ export default {
|
||||
NavbarsECommerce,
|
||||
NavbarsWithAvatar,
|
||||
NavbarsWithSearch,
|
||||
NavbarsWithSocailMediaLinks,
|
||||
NavbarsWithSocialMediaLinks,
|
||||
NavbarsWithCategories,
|
||||
HerosECommerce,
|
||||
HerosWithNewsletterForm,
|
||||
|
||||
Reference in New Issue
Block a user