From a58dedbe561d9009a193d263fbf7e468587196e1 Mon Sep 17 00:00:00 2001 From: khatabwedaa Date: Thu, 20 Jul 2023 22:31:05 +0300 Subject: [PATCH] Add All new components --- components/inputs/AddOn.html | 24 ++ components/inputs/CardNumber.html | 32 ++ components/inputs/CustomFile.html | 31 ++ components/inputs/Date.html | 21 + components/inputs/Disabled.html | 21 + components/inputs/EmailWithIcon.html | 29 ++ components/inputs/EmailWithMessage.html | 23 ++ components/inputs/ErrorWithMessage.html | 23 ++ components/inputs/File.html | 21 + components/inputs/PasswordWithShowIcon.html | 33 ++ components/inputs/Simple.html | 21 + components/inputs/Textarea.html | 21 + components/inputs/TextareaWithMessage.html | 23 ++ components/modals/Archive.html | 18 +- components/modals/Confirm.html | 22 +- components/modals/Invite.html | 16 +- components/modals/MultiInvites.html | 88 +++-- components/modals/Steps.html | 12 +- components/navbars/Avatar.html | 23 +- components/navbars/Categories.html | 25 +- components/navbars/E-Commerce.html | 23 +- components/navbars/Search.html | 23 +- components/navbars/Simple.html | 1 - components/navbars/SocialMediaLinks.html | 57 ++- components/pagination/Arrows.html | 13 +- components/pagination/Icons.html | 9 +- components/pagination/Simple.html | 1 - components/pagination/Table.html | 1 - components/portfolio/Cards.html | 11 +- components/portfolio/Centered.html | 21 +- components/portfolio/Filter.html | 75 ++++ components/portfolio/HoverEffect.html | 27 +- .../{WithSideLinks.html => SideLinks.html} | 21 +- components/portfolio/WithFilter.html | 68 ---- components/pricing/Centered.html | 17 +- components/pricing/Checkbox.html | 21 +- components/pricing/CheckboxWithDetails.html | 39 +- components/pricing/Navigation.html | 49 ++- components/pricing/Popular.html | 105 +++-- components/pricing/SideBySide.html | 59 ++- components/pricing/Simple.html | 7 +- components/sidebar/Avatar.html | 65 ++++ components/sidebar/BottomMenu.html | 143 +++++++ components/sidebar/Collapse.html | 72 ++++ components/sidebar/LabelSection.html | 94 +++++ components/sidebar/Search.html | 95 +++++ components/sidebar/SearchWithBottomCard.html | 116 ++++++ components/sidebar/SubMenu.html | 141 +++++++ .../sidebar/SubMenuWithLabelSection.html | 152 ++++++++ components/sidebar/WithAvatar.html | 64 --- components/sidebar/WithSearch.html | 94 ----- .../sign-in-and-registration/SignInCard.html | 15 +- .../SignInCardWithSideImage.html | 29 +- .../SignInCardWithSocialMediaLinks.html | 32 +- .../sign-in-and-registration/SignInPage.html | 29 +- .../SignInPageWithImage.html | 13 +- .../SignInPageWithSelectUser.html | 11 +- .../SignInPageWithSocailMediaLinks.html | 41 +- ...nUpPageWithAvatar.html => SignUpPage.html} | 39 +- .../SignUpPageWithSideImage.html | 36 +- components/skeleton/Card.html | 39 ++ components/skeleton/CenteredFooter.html | 40 ++ components/skeleton/Grid3xWithHeader.html | 47 +++ .../Grid4x2RoundedFullWithHeader.html | 98 +++++ components/skeleton/Grid4x2WithHeader.html | 82 ++++ components/skeleton/HeaderWithParagraph.html | 24 ++ components/skeleton/SpaceBetweenFooter.html | 23 ++ components/skeleton/SpaceBetweenNavbar.html | 29 ++ components/tables/Avatar.html | 342 ++++++++++++++++ components/tables/Empty.html | 133 +++++++ components/tables/Files.html | 286 ++++++++++++++ components/tables/FiltersAndSearch.html | 366 ++++++++++++++++++ components/tables/Invoices.html | 305 +++++++++++++++ components/tables/Simple.html | 314 +++++++++++++++ components/tabs/EndClosed.html | 9 +- components/tabs/EndClosedWithIcons.html | 23 +- components/tabs/Line.html | 9 +- components/tabs/LineWithIcons.html | 21 +- components/teams/Background.html | 93 +++-- components/teams/Cards.html | 123 +++--- components/teams/Cards2x2.html | 123 +++--- components/teams/Filter.html | 93 +++-- components/teams/GridList.html | 243 ++++++------ components/teams/SideBySide.html | 3 +- components/teams/Simple.html | 4 +- components/testimonials/Card.html | 15 +- components/testimonials/Centered.html | 3 +- components/testimonials/Centered2.html | 60 +++ components/testimonials/FullPage.html | 18 +- ...PageWithSlider.html => FullPageCards.html} | 39 +- components/testimonials/Single.html | 15 +- components/testimonials/Single2.html | 56 +++ components/testimonials/Slider.html | 15 +- components/tooltip/Bottom.html | 27 ++ components/tooltip/Left.html | 31 ++ components/tooltip/Right.html | 31 ++ components/tooltip/Top.html | 27 ++ components/tooltip/TopCenter.html | 31 ++ components/tooltip/TopLeft.html | 31 ++ components/tooltip/TopRight.html | 31 ++ 100 files changed, 4653 insertions(+), 1105 deletions(-) create mode 100644 components/inputs/AddOn.html create mode 100644 components/inputs/CardNumber.html create mode 100644 components/inputs/CustomFile.html create mode 100644 components/inputs/Date.html create mode 100644 components/inputs/Disabled.html create mode 100644 components/inputs/EmailWithIcon.html create mode 100644 components/inputs/EmailWithMessage.html create mode 100644 components/inputs/ErrorWithMessage.html create mode 100644 components/inputs/File.html create mode 100644 components/inputs/PasswordWithShowIcon.html create mode 100644 components/inputs/Simple.html create mode 100644 components/inputs/Textarea.html create mode 100644 components/inputs/TextareaWithMessage.html create mode 100644 components/portfolio/Filter.html rename components/portfolio/{WithSideLinks.html => SideLinks.html} (67%) delete mode 100644 components/portfolio/WithFilter.html create mode 100644 components/sidebar/Avatar.html create mode 100644 components/sidebar/BottomMenu.html create mode 100644 components/sidebar/Collapse.html create mode 100644 components/sidebar/LabelSection.html create mode 100644 components/sidebar/Search.html create mode 100644 components/sidebar/SearchWithBottomCard.html create mode 100644 components/sidebar/SubMenu.html create mode 100644 components/sidebar/SubMenuWithLabelSection.html delete mode 100644 components/sidebar/WithAvatar.html delete mode 100644 components/sidebar/WithSearch.html rename components/sign-in-and-registration/{SignUpPageWithAvatar.html => SignUpPage.html} (75%) create mode 100644 components/skeleton/Card.html create mode 100644 components/skeleton/CenteredFooter.html create mode 100644 components/skeleton/Grid3xWithHeader.html create mode 100644 components/skeleton/Grid4x2RoundedFullWithHeader.html create mode 100644 components/skeleton/Grid4x2WithHeader.html create mode 100644 components/skeleton/HeaderWithParagraph.html create mode 100644 components/skeleton/SpaceBetweenFooter.html create mode 100644 components/skeleton/SpaceBetweenNavbar.html create mode 100644 components/tables/Avatar.html create mode 100644 components/tables/Empty.html create mode 100644 components/tables/Files.html create mode 100644 components/tables/FiltersAndSearch.html create mode 100644 components/tables/Invoices.html create mode 100644 components/tables/Simple.html create mode 100644 components/testimonials/Centered2.html rename components/testimonials/{FullPageWithSlider.html => FullPageCards.html} (70%) create mode 100644 components/testimonials/Single2.html create mode 100644 components/tooltip/Bottom.html create mode 100644 components/tooltip/Left.html create mode 100644 components/tooltip/Right.html create mode 100644 components/tooltip/Top.html create mode 100644 components/tooltip/TopCenter.html create mode 100644 components/tooltip/TopLeft.html create mode 100644 components/tooltip/TopRight.html diff --git a/components/inputs/AddOn.html b/components/inputs/AddOn.html new file mode 100644 index 0000000..b4b17c0 --- /dev/null +++ b/components/inputs/AddOn.html @@ -0,0 +1,24 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + +
+

http://

+ +
+
+ + + \ No newline at end of file diff --git a/components/inputs/CardNumber.html b/components/inputs/CardNumber.html new file mode 100644 index 0000000..686afc5 --- /dev/null +++ b/components/inputs/CardNumber.html @@ -0,0 +1,32 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + +
+ + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/components/inputs/CustomFile.html b/components/inputs/CustomFile.html new file mode 100644 index 0000000..2c6a687 --- /dev/null +++ b/components/inputs/CustomFile.html @@ -0,0 +1,31 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/components/inputs/Date.html b/components/inputs/Date.html new file mode 100644 index 0000000..5b3dbe5 --- /dev/null +++ b/components/inputs/Date.html @@ -0,0 +1,21 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/components/inputs/Disabled.html b/components/inputs/Disabled.html new file mode 100644 index 0000000..4cd6281 --- /dev/null +++ b/components/inputs/Disabled.html @@ -0,0 +1,21 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/components/inputs/EmailWithIcon.html b/components/inputs/EmailWithIcon.html new file mode 100644 index 0000000..7aa766d --- /dev/null +++ b/components/inputs/EmailWithIcon.html @@ -0,0 +1,29 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + +
+ + + + + + + +
+
+ + + \ No newline at end of file diff --git a/components/inputs/EmailWithMessage.html b/components/inputs/EmailWithMessage.html new file mode 100644 index 0000000..42df04f --- /dev/null +++ b/components/inputs/EmailWithMessage.html @@ -0,0 +1,23 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + + +

Lorem ipsum dolor sit amet consectetur adipisicing elit.

+
+ + + \ No newline at end of file diff --git a/components/inputs/ErrorWithMessage.html b/components/inputs/ErrorWithMessage.html new file mode 100644 index 0000000..583de2d --- /dev/null +++ b/components/inputs/ErrorWithMessage.html @@ -0,0 +1,23 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + + +

Lorem ipsum dolor sit amet consectetur adipisicing elit.

+
+ + + \ No newline at end of file diff --git a/components/inputs/File.html b/components/inputs/File.html new file mode 100644 index 0000000..cdb902b --- /dev/null +++ b/components/inputs/File.html @@ -0,0 +1,21 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/components/inputs/PasswordWithShowIcon.html b/components/inputs/PasswordWithShowIcon.html new file mode 100644 index 0000000..86d95eb --- /dev/null +++ b/components/inputs/PasswordWithShowIcon.html @@ -0,0 +1,33 @@ + + + + + + + + Meraki UI Components + + + + + +
+
+ + Forget Password? +
+ +
+ + + +
+
+ + + \ No newline at end of file diff --git a/components/inputs/Simple.html b/components/inputs/Simple.html new file mode 100644 index 0000000..baad401 --- /dev/null +++ b/components/inputs/Simple.html @@ -0,0 +1,21 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/components/inputs/Textarea.html b/components/inputs/Textarea.html new file mode 100644 index 0000000..e4cd46b --- /dev/null +++ b/components/inputs/Textarea.html @@ -0,0 +1,21 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/components/inputs/TextareaWithMessage.html b/components/inputs/TextareaWithMessage.html new file mode 100644 index 0000000..f9953a5 --- /dev/null +++ b/components/inputs/TextareaWithMessage.html @@ -0,0 +1,23 @@ + + + + + + + + Meraki UI Components + + + + + +
+ + + + +

Lorem ipsum dolor sit amet consectetur adipisicing elit.

+
+ + + \ No newline at end of file diff --git a/components/modals/Archive.html b/components/modals/Archive.html index 1df5952..727c97d 100644 --- a/components/modals/Archive.html +++ b/components/modals/Archive.html @@ -13,22 +13,30 @@ -
-