Add new components and edit footers icons

This commit is contained in:
khatabwedaa
2021-02-22 16:56:02 +02:00
parent 9d70435e86
commit fea69832ec
7 changed files with 588 additions and 29 deletions

View File

@@ -15,7 +15,11 @@ export default [
},
{
name: "Authentication",
components: [{ name: "SimpleLogin" }, { name: "LoginWithSideImage" }],
components: [
{ name: "SimpleLogin" },
{ name: "LoginWithSocailMediaLinks" },
{ name: "LoginWithSideImage" }
],
},
{
name: "Buttons",
@@ -94,6 +98,7 @@ export default [
components: [
{ name: "Simple" },
{ name: "WithDetails" },
{ name: "WithLinks" },
{ name: "WithSubscribeForm" },
],
},