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..7ca35f8 100644 --- a/document/alert/alert.html +++ b/document/alert/alert.html @@ -87,6 +87,22 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified diff --git a/document/avatar/avatar.html b/document/avatar/avatar.html index 627f73d..57b4260 100644 --- a/document/avatar/avatar.html +++ b/document/avatar/avatar.html @@ -84,6 +84,24 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified +
diff --git a/document/badges/badges.html b/document/badges/badges.html index 16157d0..63cc14e 100644 --- a/document/badges/badges.html +++ b/document/badges/badges.html @@ -95,6 +95,24 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + Modal + + Grid Simplified +
diff --git a/document/button/button.html b/document/button/button.html index 0c107f8..e720133 100644 --- a/document/button/button.html +++ b/document/button/button.html @@ -90,6 +90,25 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified +
diff --git a/document/card/card.html b/document/card/card.html index cb58b63..92ccb7d 100644 --- a/document/card/card.html +++ b/document/card/card.html @@ -92,6 +92,25 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified +
diff --git a/document/form/form.html b/document/form/form.html index cb9bc74..ff5227c 100644 --- a/document/form/form.html +++ b/document/form/form.html @@ -84,6 +84,25 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified +
diff --git a/document/grid/grid.html b/document/grid/grid.html new file mode 100644 index 0000000..65e3628 --- /dev/null +++ b/document/grid/grid.html @@ -0,0 +1,140 @@ + + + + + + + Super UI | Grid + + + + + + +
+
+ +

Super UI

+
+ +
+ +
+

Grid Simplified

+

+ Use grid when you want sections in view. Check below some examples of side by side cards. +

+ +

Example of 2 column layout

+

+ Add grid-2-col class on wrapper div which is wrapping 2 divs and grid-item for the individual grid children +

+ + + +
+
+
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Maxime dicta, maiores eaque provident minima quibusdam sint optio commodi nemo reiciendis blanditiis animi tempora beatae amet, officia rem reprehenderit dignissimos nisi.
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Labore iusto cupiditate error quas, incidunt nisi cum, culpa molestiae laudantium enim consequatur aperiam vitae distinctio quod numquam, voluptate earum. Fuga, delectus.
+
+
+ + +
+ +
+ +

Example of 3 column layout

+

+ Add grid-3-col class on wrapper div which is wrapping 3 divs and grid-item for the individual grid children +

+ + +
+
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam voluptate adipisci facere officiis corporis deserunt provident distinctio voluptates voluptas labore a assumenda veritatis itaque aperiam fuga, exercitationem ipsum maxime vitae?
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed quos doloremque officia modi ipsum harum numquam. Eius sit, dolorum laboriosam exercitationem adipisci possimus, explicabo totam tempore doloremque laborum nulla necessitatibus.
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae, quibusdam nesciunt. Facere in corporis ex temporibus quidem facilis et architecto ipsum voluptatibus quo, dolores error, eius porro quaerat neque sed?
+
+
+ + + +
+ +
+
+
+ + diff --git a/document/image/image.html b/document/image/image.html index 36e8b5e..e5590dc 100644 --- a/document/image/image.html +++ b/document/image/image.html @@ -84,6 +84,25 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified +
diff --git a/document/list/list.html b/document/list/list.html index e4e349b..b3c6231 100644 --- a/document/list/list.html +++ b/document/list/list.html @@ -85,6 +85,25 @@

Components

href="/document/rating/rating.html" >Rating + + Slider + + Modal + + Grid Simplified +
diff --git a/document/modal/modal.html b/document/modal/modal.html new file mode 100644 index 0000000..8cb57cd --- /dev/null +++ b/document/modal/modal.html @@ -0,0 +1,143 @@ + + + + + + + Super UI | Modal + + + + + + +
+
+ +

Super UI

+
+ +
+ + + + +
+ + diff --git a/document/navigation/navigation.html b/document/navigation/navigation.html index ba9dd6b..41516b1 100644 --- a/document/navigation/navigation.html +++ b/document/navigation/navigation.html @@ -86,6 +86,26 @@

Components

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