From 8accf71be7f18984db041ddc7aacc3ed736182a8 Mon Sep 17 00:00:00 2001 From: Prabhat Date: Thu, 7 Apr 2022 14:56:21 +0530 Subject: [PATCH 1/8] deat: temp dev branch --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2307a77..d92e290 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ An open source Library where you get all the Styles and Component related to your Website . It is based on plain CSS but combine with utility CSS which gives flexibility and control to the user related to any component. +This is Temp-dev Branch with all P1 components + --- ## Live Website: [Super UI](https://super-ui.netlify.app/) From f2fb0234272db8d2d0e9dcabddba4b4147a5b037 Mon Sep 17 00:00:00 2001 From: Prabhat Date: Thu, 7 Apr 2022 18:39:34 +0530 Subject: [PATCH 2/8] feat: modal documentation page --- common.css | 3 +- document/alert/alert.html | 6 ++ document/avatar/avatar.html | 6 ++ document/badges/badges.html | 6 ++ document/button/button.html | 6 ++ document/card/card.html | 6 ++ document/form/form.html | 6 ++ document/image/image.html | 6 ++ document/list/list.html | 6 ++ document/modal/modal.html | 137 ++++++++++++++++++++++++++++ document/navigation/navigation.html | 6 ++ document/rating/rating.html | 6 ++ document/toast/toast.html | 6 ++ 13 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 document/modal/modal.html diff --git a/common.css b/common.css index 8c9c695..6895fcd 100644 --- a/common.css +++ b/common.css @@ -1,5 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); -@import url("https://tender-mccarthy-d4aa39.netlify.app/component.css"); +@import url("https://deploy-preview-36--tender-mccarthy-d4aa39.netlify.app/component.css"); * { margin: 0; @@ -76,6 +76,7 @@ body { .component-wrapper { margin: 1rem 0; border: 1px solid var(--dark-theme-light-color); + overflow: hidden; } .code-snippet { diff --git a/document/alert/alert.html b/document/alert/alert.html index 93d9c1a..1680518 100644 --- a/document/alert/alert.html +++ b/document/alert/alert.html @@ -87,6 +87,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal diff --git a/document/avatar/avatar.html b/document/avatar/avatar.html index 627f73d..f6a9684 100644 --- a/document/avatar/avatar.html +++ b/document/avatar/avatar.html @@ -84,6 +84,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/badges/badges.html b/document/badges/badges.html index 16157d0..5121f4e 100644 --- a/document/badges/badges.html +++ b/document/badges/badges.html @@ -95,6 +95,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/button/button.html b/document/button/button.html index 0c107f8..68ee82f 100644 --- a/document/button/button.html +++ b/document/button/button.html @@ -90,6 +90,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/card/card.html b/document/card/card.html index cb58b63..d2a376a 100644 --- a/document/card/card.html +++ b/document/card/card.html @@ -92,6 +92,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/form/form.html b/document/form/form.html index cb9bc74..612193f 100644 --- a/document/form/form.html +++ b/document/form/form.html @@ -84,6 +84,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/image/image.html b/document/image/image.html index 36e8b5e..0ec975a 100644 --- a/document/image/image.html +++ b/document/image/image.html @@ -84,6 +84,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/list/list.html b/document/list/list.html index e4e349b..c2ea3dc 100644 --- a/document/list/list.html +++ b/document/list/list.html @@ -85,6 +85,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal
diff --git a/document/modal/modal.html b/document/modal/modal.html new file mode 100644 index 0000000..494a1ab --- /dev/null +++ b/document/modal/modal.html @@ -0,0 +1,137 @@ + + + + + + + Super UI | Modal + + + + + + +
+
+ +

Super UI

+
+ +
+ + + + +
+ + diff --git a/document/navigation/navigation.html b/document/navigation/navigation.html index ba9dd6b..45a4780 100644 --- a/document/navigation/navigation.html +++ b/document/navigation/navigation.html @@ -86,6 +86,12 @@

Components

href="/document/rating/rating.html" >Rating + + Modal