@ulu/frontend 0.1.0-beta.24 → 0.1.0-beta.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/ulu-frontend.min.css +1 -1
- package/docs-dev/changelog/index.html +49 -0
- package/docs-dev/demos/accordion/index.html +30 -0
- package/docs-dev/demos/button/index.html +30 -0
- package/docs-dev/demos/callout/index.html +30 -0
- package/docs-dev/demos/captioned-figure/index.html +30 -0
- package/docs-dev/demos/card/index.html +456 -429
- package/docs-dev/demos/card-grid/index.html +5165 -0
- package/docs-dev/demos/css-icons/index.html +30 -0
- package/docs-dev/demos/data-grid/index.html +30 -0
- package/docs-dev/demos/data-table/index.html +55 -25
- package/docs-dev/demos/details-group/index.html +30 -0
- package/docs-dev/demos/file-save/index.html +30 -0
- package/docs-dev/demos/flipcard/index.html +30 -0
- package/docs-dev/demos/form-theme/index.html +30 -0
- package/docs-dev/demos/index.html +30 -0
- package/docs-dev/demos/list-inline/index.html +30 -0
- package/docs-dev/demos/list-lines/index.html +30 -0
- package/docs-dev/demos/menu-stack/index.html +30 -0
- package/docs-dev/demos/modals/index.html +30 -0
- package/docs-dev/demos/nav-strip/index.html +30 -0
- package/docs-dev/demos/overlay-section/index.html +30 -0
- package/docs-dev/demos/popovers/index.html +30 -0
- package/docs-dev/demos/print/index.html +30 -0
- package/docs-dev/demos/pull-quote/index.html +30 -0
- package/docs-dev/demos/rule/index.html +30 -0
- package/docs-dev/demos/scroll-slider/index.html +60 -102
- package/docs-dev/demos/scrollpoints/index.html +30 -0
- package/docs-dev/demos/spoke-spinner/index.html +30 -0
- package/docs-dev/demos/sticky-list/index.html +30 -0
- package/docs-dev/demos/tabs/index.html +30 -0
- package/docs-dev/demos/tag/index.html +30 -0
- package/docs-dev/demos/theme-toggle/index.html +30 -0
- package/docs-dev/demos/tiles/index.html +30 -0
- package/docs-dev/demos/tooltip/index.html +30 -0
- package/docs-dev/guide/building-stylesheet/index.html +30 -0
- package/docs-dev/guide/developing-ulu-scss-module/index.html +30 -0
- package/docs-dev/guide/index.html +30 -0
- package/docs-dev/index.html +30 -0
- package/docs-dev/javascript/events/index.html +30 -0
- package/docs-dev/javascript/index.html +30 -0
- package/docs-dev/javascript/settings/index.html +30 -0
- package/docs-dev/javascript/ui-breakpoints/index.html +30 -0
- package/docs-dev/javascript/ui-collapsible/index.html +30 -0
- package/docs-dev/javascript/ui-details-group/index.html +30 -0
- package/docs-dev/javascript/ui-dialog/index.html +30 -0
- package/docs-dev/javascript/ui-flipcard/index.html +30 -0
- package/docs-dev/javascript/ui-grid/index.html +30 -0
- package/docs-dev/javascript/ui-modal-builder/index.html +30 -0
- package/docs-dev/javascript/ui-overflow-scroller/index.html +30 -0
- package/docs-dev/javascript/ui-overflow-scroller-pager/index.html +30 -0
- package/docs-dev/javascript/ui-page/index.html +30 -0
- package/docs-dev/javascript/ui-popover/index.html +30 -0
- package/docs-dev/javascript/ui-print/index.html +30 -0
- package/docs-dev/javascript/ui-print-details/index.html +30 -0
- package/docs-dev/javascript/ui-programmatic-modal/index.html +30 -0
- package/docs-dev/javascript/ui-proxy-click/index.html +30 -0
- package/docs-dev/javascript/ui-resizer/index.html +30 -0
- package/docs-dev/javascript/ui-scroll-slider/index.html +30 -0
- package/docs-dev/javascript/ui-scrollpoint/index.html +30 -0
- package/docs-dev/javascript/ui-slider/index.html +30 -0
- package/docs-dev/javascript/ui-tabs/index.html +30 -0
- package/docs-dev/javascript/ui-theme-toggle/index.html +30 -0
- package/docs-dev/javascript/ui-tooltip/index.html +30 -0
- package/docs-dev/javascript/utils-class-logger/index.html +30 -0
- package/docs-dev/javascript/utils-dom/index.html +30 -0
- package/docs-dev/javascript/utils-file-save/index.html +30 -0
- package/docs-dev/javascript/utils-floating-ui/index.html +30 -0
- package/docs-dev/javascript/utils-id/index.html +30 -0
- package/docs-dev/javascript/utils-pause-youtube-video/index.html +30 -0
- package/docs-dev/sass/base/color/index.html +30 -0
- package/docs-dev/sass/base/elements/index.html +30 -0
- package/docs-dev/sass/base/index/index.html +30 -0
- package/docs-dev/sass/base/index.html +30 -0
- package/docs-dev/sass/base/keyframes/index.html +30 -0
- package/docs-dev/sass/base/layout/index.html +30 -0
- package/docs-dev/sass/base/normalize/index.html +30 -0
- package/docs-dev/sass/base/print/index.html +30 -0
- package/docs-dev/sass/base/root/index.html +30 -0
- package/docs-dev/sass/base/typography/index.html +30 -0
- package/docs-dev/sass/components/accordion/index.html +31 -1
- package/docs-dev/sass/components/adaptive-spacing/index.html +30 -0
- package/docs-dev/sass/components/badge/index.html +30 -0
- package/docs-dev/sass/components/basic-hero/index.html +30 -0
- package/docs-dev/sass/components/button/index.html +30 -0
- package/docs-dev/sass/components/button-verbose/index.html +30 -0
- package/docs-dev/sass/components/callout/index.html +30 -0
- package/docs-dev/sass/components/captioned-figure/index.html +30 -0
- package/docs-dev/sass/components/card/index.html +70 -12
- package/docs-dev/sass/components/card-grid/index.html +30 -0
- package/docs-dev/sass/components/css-icon/index.html +30 -0
- package/docs-dev/sass/components/data-grid/index.html +30 -0
- package/docs-dev/sass/components/data-table/index.html +30 -0
- package/docs-dev/sass/components/fill-context/index.html +30 -0
- package/docs-dev/sass/components/flipcard/index.html +30 -0
- package/docs-dev/sass/components/flipcard-grid/index.html +30 -0
- package/docs-dev/sass/components/form-theme/index.html +30 -0
- package/docs-dev/sass/components/hero/index.html +30 -0
- package/docs-dev/sass/components/horizontal-rule/index.html +30 -0
- package/docs-dev/sass/components/image-grid/index.html +30 -0
- package/docs-dev/sass/components/index/index.html +30 -0
- package/docs-dev/sass/components/index.html +30 -0
- package/docs-dev/sass/components/links/index.html +30 -0
- package/docs-dev/sass/components/list-inline/index.html +30 -0
- package/docs-dev/sass/components/list-lines/index.html +30 -0
- package/docs-dev/sass/components/list-ordered/index.html +30 -0
- package/docs-dev/sass/components/list-unordered/index.html +30 -0
- package/docs-dev/sass/components/menu-stack/index.html +30 -0
- package/docs-dev/sass/components/modal/index.html +30 -0
- package/docs-dev/sass/components/nav-strip/index.html +30 -0
- package/docs-dev/sass/components/overlay-section/index.html +30 -0
- package/docs-dev/sass/components/pager/index.html +30 -0
- package/docs-dev/sass/components/placeholder-block/index.html +30 -0
- package/docs-dev/sass/components/popover/index.html +30 -0
- package/docs-dev/sass/components/pull-quote/index.html +30 -0
- package/docs-dev/sass/components/ratio-box/index.html +30 -0
- package/docs-dev/sass/components/rule/index.html +30 -0
- package/docs-dev/sass/components/scroll-slider/index.html +30 -0
- package/docs-dev/sass/components/skip-link/index.html +30 -0
- package/docs-dev/sass/components/slider/index.html +30 -0
- package/docs-dev/sass/components/spoke-spinner/index.html +30 -0
- package/docs-dev/sass/components/sticky-list/index.html +33 -3
- package/docs-dev/sass/components/tabs/index.html +30 -0
- package/docs-dev/sass/components/tag/index.html +30 -0
- package/docs-dev/sass/components/tile-button/index.html +30 -0
- package/docs-dev/sass/components/tile-grid/index.html +30 -0
- package/docs-dev/sass/components/tile-grid-overlay/index.html +30 -0
- package/docs-dev/sass/components/vignette/index.html +30 -0
- package/docs-dev/sass/components/wysiwyg/index.html +30 -0
- package/docs-dev/sass/core/breakpoint/index.html +30 -0
- package/docs-dev/sass/core/button/index.html +30 -0
- package/docs-dev/sass/core/color/index.html +30 -0
- package/docs-dev/sass/core/cssvar/index.html +30 -0
- package/docs-dev/sass/core/element/index.html +30 -0
- package/docs-dev/sass/core/index.html +30 -0
- package/docs-dev/sass/core/layout/index.html +30 -0
- package/docs-dev/sass/core/path/index.html +30 -0
- package/docs-dev/sass/core/selector/index.html +30 -0
- package/docs-dev/sass/core/typography/index.html +30 -0
- package/docs-dev/sass/core/units/index.html +30 -0
- package/docs-dev/sass/core/utils/index.html +30 -0
- package/docs-dev/sass/helpers/color/index.html +30 -0
- package/docs-dev/sass/helpers/display/index.html +30 -0
- package/docs-dev/sass/helpers/index/index.html +30 -0
- package/docs-dev/sass/helpers/index.html +30 -0
- package/docs-dev/sass/helpers/print/index.html +30 -0
- package/docs-dev/sass/helpers/typography/index.html +30 -0
- package/docs-dev/sass/helpers/units/index.html +30 -0
- package/docs-dev/sass/helpers/utilities/index.html +30 -0
- package/docs-dev/sass/index.html +30 -0
- package/package.json +1 -1
- package/scss/components/_accordion.scss +4 -5
- package/scss/components/_card.scss +101 -22
|
@@ -241,6 +241,21 @@
|
|
|
241
241
|
</li>
|
|
242
242
|
|
|
243
243
|
|
|
244
|
+
<li class="nav-tree__item ">
|
|
245
|
+
|
|
246
|
+
<a class="nav-tree__link " href="/frontend/demos/card-grid/">
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
<span class="nav-tree__text">
|
|
250
|
+
Card Grid
|
|
251
|
+
</span>
|
|
252
|
+
|
|
253
|
+
</a>
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
</li>
|
|
257
|
+
|
|
258
|
+
|
|
244
259
|
<li class="nav-tree__item ">
|
|
245
260
|
|
|
246
261
|
<a class="nav-tree__link " href="/frontend/demos/css-icons/">
|
|
@@ -2697,6 +2712,21 @@
|
|
|
2697
2712
|
</li>
|
|
2698
2713
|
|
|
2699
2714
|
|
|
2715
|
+
<li class="nav-tree__item ">
|
|
2716
|
+
|
|
2717
|
+
<a class="nav-tree__link " href="/frontend/demos/card-grid/">
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
<span class="nav-tree__text">
|
|
2721
|
+
Card Grid
|
|
2722
|
+
</span>
|
|
2723
|
+
|
|
2724
|
+
</a>
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
|
+
</li>
|
|
2728
|
+
|
|
2729
|
+
|
|
2700
2730
|
<li class="nav-tree__item ">
|
|
2701
2731
|
|
|
2702
2732
|
<a class="nav-tree__link " href="/frontend/demos/css-icons/">
|
|
@@ -4982,14 +5012,7 @@
|
|
|
4982
5012
|
</header>
|
|
4983
5013
|
|
|
4984
5014
|
<div class="page__toc page-toc">
|
|
4985
|
-
|
|
4986
|
-
<div class="toc">
|
|
4987
|
-
<ol>
|
|
4988
|
-
|
|
4989
|
-
<li><a href="#card-defaults">Card Defaults</a>
|
|
4990
|
-
</li>
|
|
4991
|
-
</ol>
|
|
4992
|
-
</div>
|
|
5015
|
+
|
|
4993
5016
|
</div>
|
|
4994
5017
|
|
|
4995
5018
|
<main id="main" class="page__body">
|
|
@@ -5007,428 +5030,432 @@
|
|
|
5007
5030
|
|
|
5008
5031
|
<hr class="rule rule--light rule--margin-large">
|
|
5009
5032
|
|
|
5010
|
-
<
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
<
|
|
5014
|
-
<div class="
|
|
5015
|
-
<
|
|
5016
|
-
<
|
|
5017
|
-
</
|
|
5018
|
-
<div>
|
|
5019
|
-
|
|
5020
|
-
</
|
|
5021
|
-
</div>
|
|
5022
|
-
<div class="
|
|
5023
|
-
<
|
|
5024
|
-
</
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
<
|
|
5030
|
-
<
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
<
|
|
5035
|
-
<
|
|
5036
|
-
</
|
|
5037
|
-
|
|
5038
|
-
This is a card with an upper image using a containing div with the "card__image" class.
|
|
5039
|
-
</div>
|
|
5040
|
-
</div>
|
|
5041
|
-
<div class="card__image">
|
|
5042
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5043
|
-
</div>
|
|
5044
|
-
<div class="card__footer">
|
|
5045
|
-
My first Card Footer
|
|
5046
|
-
</div>
|
|
5047
|
-
</article><p></p>
|
|
5048
|
-
</li>
|
|
5049
|
-
<li>
|
|
5050
|
-
<p></p><article class="card" data-ulu-proxy-click="">
|
|
5051
|
-
<div class="card__body">
|
|
5052
|
-
<h5 class="card__title">
|
|
5053
|
-
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card with Image</a>
|
|
5054
|
-
</h5>
|
|
5055
|
-
<div>
|
|
5056
|
-
This is a card with an upper image using a containing div with the "card__image" class.
|
|
5057
|
-
</div>
|
|
5058
|
-
</div>
|
|
5059
|
-
<div class="card__image">
|
|
5060
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5061
|
-
</div>
|
|
5062
|
-
<div class="card__footer">
|
|
5063
|
-
My first Card Footer
|
|
5064
|
-
</div>
|
|
5065
|
-
</article><p></p>
|
|
5066
|
-
</li>
|
|
5067
|
-
</ul>
|
|
5068
|
-
<h3>Card with Icon<h3>
|
|
5069
|
-
<p></p><article class="card" data-ulu-proxy-click="">
|
|
5070
|
-
<div class="card__body">
|
|
5071
|
-
<h5 class="card__title">
|
|
5072
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with icon</a>
|
|
5073
|
-
</h5>
|
|
5074
|
-
<div>
|
|
5075
|
-
This is a card with an upper image using a containing div with the "card__image--icon" class. This maintains the card's padding, so it will line up properly to the text.
|
|
5076
|
-
</div>
|
|
5077
|
-
</div>
|
|
5078
|
-
<div class="card__image card__image--icon">
|
|
5079
|
-
<span class="css-icon css-icon--square"></span>
|
|
5080
|
-
</div>
|
|
5081
|
-
<div class="card__footer">
|
|
5082
|
-
My first Card Footer
|
|
5083
|
-
</div>
|
|
5084
|
-
</article><p></p>
|
|
5085
|
-
<h4>Card with Icon setup using card-grid<h4>
|
|
5086
|
-
<ul class="card-grid">
|
|
5087
|
-
<li>
|
|
5088
|
-
<p></p><article class="card" data-ulu-proxy-click="">
|
|
5089
|
-
<div class="card__body">
|
|
5090
|
-
<h5 class="card__title">
|
|
5091
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with icon</a>
|
|
5092
|
-
</h5>
|
|
5093
|
-
<div>
|
|
5094
|
-
This is a card with an upper image using a containing div with the "card__image--icon" class. This maintains the card's padding, so it will line up properly to the text.
|
|
5095
|
-
</div>
|
|
5096
|
-
</div>
|
|
5097
|
-
<div class="card__image card__image--icon">
|
|
5098
|
-
<span class="css-icon css-icon--square"></span>
|
|
5099
|
-
</div>
|
|
5100
|
-
<div class="card__footer">
|
|
5101
|
-
My first Card Footer
|
|
5102
|
-
</div>
|
|
5103
|
-
</article><p></p>
|
|
5104
|
-
</li>
|
|
5105
|
-
<li>
|
|
5106
|
-
<p></p><article class="card" data-ulu-proxy-click="">
|
|
5107
|
-
<div class="card__body">
|
|
5108
|
-
<h5 class="card__title">
|
|
5109
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with icon</a>
|
|
5110
|
-
</h5>
|
|
5111
|
-
<div>
|
|
5112
|
-
This is a card with an upper image using a containing div with the "card__image--icon" class. This maintains the card's padding, so it will line up properly to the text.
|
|
5113
|
-
</div>
|
|
5114
|
-
</div>
|
|
5115
|
-
<div class="card__image card__image--icon">
|
|
5116
|
-
<span class="css-icon css-icon--square"></span>
|
|
5117
|
-
</div>
|
|
5118
|
-
<div class="card__footer">
|
|
5119
|
-
My first Card Footer
|
|
5120
|
-
</div>
|
|
5121
|
-
</article><p></p>
|
|
5122
|
-
</li>
|
|
5123
|
-
</ul>
|
|
5124
|
-
<h3>Card with Full Background Image<h3>
|
|
5125
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5126
|
-
<div class="card__body">
|
|
5127
|
-
<h5 class="card__title">
|
|
5128
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image dasdf</a>
|
|
5129
|
-
</h5>
|
|
5130
|
-
<div>
|
|
5131
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5132
|
-
</div>
|
|
5133
|
-
</div>
|
|
5134
|
-
<div class="card__image">
|
|
5135
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5136
|
-
</div>
|
|
5137
|
-
<div class="card__footer">
|
|
5138
|
-
My first Card Footer
|
|
5139
|
-
</div>
|
|
5140
|
-
</article><p></p>
|
|
5141
|
-
<h4>Card with Full Background Image setup using card-grid<h4>
|
|
5142
|
-
<ul class="card-grid">
|
|
5143
|
-
<li>
|
|
5144
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5145
|
-
<div class="card__body">
|
|
5146
|
-
<h5 class="card__title">
|
|
5147
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image dasdf</a>
|
|
5148
|
-
</h5>
|
|
5149
|
-
<div>
|
|
5150
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5151
|
-
</div>
|
|
5152
|
-
</div>
|
|
5153
|
-
<div class="card__image">
|
|
5154
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5155
|
-
</div>
|
|
5156
|
-
<div class="card__footer">
|
|
5157
|
-
My first Card Footer
|
|
5158
|
-
</div>
|
|
5159
|
-
</article><p></p>
|
|
5160
|
-
</li>
|
|
5161
|
-
<li>
|
|
5162
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5163
|
-
<div class="card__body">
|
|
5164
|
-
<h5 class="card__title">
|
|
5165
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image dasdf</a>
|
|
5166
|
-
</h5>
|
|
5167
|
-
<div>
|
|
5168
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5169
|
-
</div>
|
|
5170
|
-
</div>
|
|
5171
|
-
<div class="card__image">
|
|
5172
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5173
|
-
</div>
|
|
5174
|
-
<div class="card__footer">
|
|
5175
|
-
My first Card Footer
|
|
5176
|
-
</div>
|
|
5177
|
-
</article><p></p>
|
|
5178
|
-
</li>
|
|
5179
|
-
</ul>
|
|
5180
|
-
<h3>overlay Card without Body Content<h3>
|
|
5181
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5182
|
-
<div class="card__body">
|
|
5183
|
-
<h5 class="card__title">
|
|
5184
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5185
|
-
</h5>
|
|
5186
|
-
</div>
|
|
5187
|
-
<div class="card__image">
|
|
5188
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5189
|
-
</div>
|
|
5190
|
-
<div class="card__footer">
|
|
5191
|
-
My first Card Footer
|
|
5192
|
-
</div>
|
|
5193
|
-
</article><p></p>
|
|
5194
|
-
<h4>overlay Card without Body Content setup using card-grid<h4>
|
|
5195
|
-
<ul class="card-grid">
|
|
5196
|
-
<li>
|
|
5197
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5198
|
-
<div class="card__body">
|
|
5199
|
-
<h5 class="card__title">
|
|
5200
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5201
|
-
</h5>
|
|
5202
|
-
</div>
|
|
5203
|
-
<div class="card__image">
|
|
5204
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5205
|
-
</div>
|
|
5206
|
-
<div class="card__footer">
|
|
5207
|
-
My first Card Footer
|
|
5208
|
-
</div>
|
|
5209
|
-
</article><p></p>
|
|
5210
|
-
</li>
|
|
5211
|
-
<li>
|
|
5212
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5213
|
-
<div class="card__body">
|
|
5214
|
-
<h5 class="card__title">
|
|
5215
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5216
|
-
</h5>
|
|
5217
|
-
</div>
|
|
5218
|
-
<div class="card__image">
|
|
5219
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5220
|
-
</div>
|
|
5221
|
-
<div class="card__footer">
|
|
5222
|
-
My first Card Footer
|
|
5223
|
-
</div>
|
|
5224
|
-
</article><p></p>
|
|
5225
|
-
</li>
|
|
5226
|
-
</ul>
|
|
5227
|
-
<h3>overlay Card without Title<h3>
|
|
5228
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5229
|
-
<div class="card__body">
|
|
5230
|
-
<div>
|
|
5231
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5232
|
-
</div>
|
|
5233
|
-
</div>
|
|
5234
|
-
<div class="card__image">
|
|
5235
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5236
|
-
</div>
|
|
5237
|
-
<div class="card__footer">
|
|
5238
|
-
My first Card Footer
|
|
5239
|
-
</div>
|
|
5240
|
-
</article><p></p>
|
|
5241
|
-
<h4>overlay Card without Title setup using card-grid<h4>
|
|
5242
|
-
<ul class="card-grid">
|
|
5243
|
-
<li>
|
|
5244
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5245
|
-
<div class="card__body">
|
|
5246
|
-
<div>
|
|
5247
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5248
|
-
</div>
|
|
5249
|
-
</div>
|
|
5250
|
-
<div class="card__image">
|
|
5251
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5252
|
-
</div>
|
|
5253
|
-
<div class="card__footer">
|
|
5254
|
-
My first Card Footer
|
|
5255
|
-
</div>
|
|
5256
|
-
</article><p></p>
|
|
5257
|
-
</li>
|
|
5258
|
-
<li>
|
|
5259
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5260
|
-
<div class="card__body">
|
|
5261
|
-
<div>
|
|
5262
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5263
|
-
</div>
|
|
5264
|
-
</div>
|
|
5265
|
-
<div class="card__image">
|
|
5266
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5267
|
-
</div>
|
|
5268
|
-
<div class="card__footer">
|
|
5269
|
-
My first Card Footer
|
|
5270
|
-
</div>
|
|
5271
|
-
</article><p></p>
|
|
5272
|
-
</li>
|
|
5273
|
-
</ul>
|
|
5274
|
-
<h3>overlay Card without Footer<h3>
|
|
5275
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5276
|
-
<div class="card__body">
|
|
5277
|
-
<h5 class="card__title">
|
|
5278
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5279
|
-
</h5>
|
|
5280
|
-
<div>
|
|
5281
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5282
|
-
</div>
|
|
5283
|
-
</div>
|
|
5284
|
-
<div class="card__image">
|
|
5285
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5286
|
-
</div>
|
|
5287
|
-
</article><p></p>
|
|
5288
|
-
<h4>overlay Card without Footer setup using card-grid<h4>
|
|
5289
|
-
<ul class="card-grid">
|
|
5290
|
-
<li>
|
|
5291
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5292
|
-
<div class="card__body">
|
|
5293
|
-
<h5 class="card__title">
|
|
5294
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5295
|
-
</h5>
|
|
5296
|
-
<div>
|
|
5297
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5298
|
-
</div>
|
|
5299
|
-
</div>
|
|
5300
|
-
<div class="card__image">
|
|
5301
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5302
|
-
</div>
|
|
5303
|
-
</article><p></p>
|
|
5304
|
-
</li>
|
|
5305
|
-
<li>
|
|
5306
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5307
|
-
<div class="card__body">
|
|
5308
|
-
<h5 class="card__title">
|
|
5309
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5310
|
-
</h5>
|
|
5311
|
-
<div>
|
|
5312
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5313
|
-
</div>
|
|
5314
|
-
</div>
|
|
5315
|
-
<div class="card__image">
|
|
5316
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5317
|
-
</div>
|
|
5318
|
-
</article><p></p>
|
|
5319
|
-
</li>
|
|
5320
|
-
</ul>
|
|
5321
|
-
<h3>overlay Card with only Title<h3>
|
|
5322
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5323
|
-
<div class="card__body">
|
|
5324
|
-
<h5 class="card__title">
|
|
5325
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5326
|
-
</h5>
|
|
5327
|
-
</div>
|
|
5328
|
-
<div class="card__image">
|
|
5329
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5330
|
-
</div>
|
|
5331
|
-
</article><p></p>
|
|
5332
|
-
<h4>overlay Card with only Title setup using card-grid<h4>
|
|
5333
|
-
<ul class="card-grid">
|
|
5334
|
-
<li>
|
|
5335
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5336
|
-
<div class="card__body">
|
|
5337
|
-
<h5 class="card__title">
|
|
5338
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5339
|
-
</h5>
|
|
5340
|
-
</div>
|
|
5341
|
-
<div class="card__image">
|
|
5342
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5343
|
-
</div>
|
|
5344
|
-
</article><p></p>
|
|
5345
|
-
</li>
|
|
5346
|
-
<li>
|
|
5347
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5348
|
-
<div class="card__body">
|
|
5349
|
-
<h5 class="card__title">
|
|
5350
|
-
<a class="card__title-link" href="#" data-ulu-proxy-click-source="">Card with background image</a>
|
|
5351
|
-
</h5>
|
|
5352
|
-
</div>
|
|
5353
|
-
<div class="card__image">
|
|
5354
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5355
|
-
</div>
|
|
5356
|
-
</article><p></p>
|
|
5357
|
-
</li>
|
|
5358
|
-
</ul>
|
|
5359
|
-
<h3>overlay Card with only Body<h3>
|
|
5360
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5361
|
-
<div class="card__body">
|
|
5362
|
-
<div>
|
|
5363
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5364
|
-
</div>
|
|
5365
|
-
</div>
|
|
5366
|
-
<div class="card__image">
|
|
5367
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5368
|
-
</div>
|
|
5369
|
-
</article><p></p>
|
|
5370
|
-
<h4>overlay Card with only Body setup using card-grid<h4>
|
|
5371
|
-
<ul class="card-grid">
|
|
5372
|
-
<li>
|
|
5373
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5374
|
-
<div class="card__body">
|
|
5375
|
-
<div>
|
|
5376
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5377
|
-
</div>
|
|
5378
|
-
</div>
|
|
5379
|
-
<div class="card__image">
|
|
5380
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5381
|
-
</div>
|
|
5382
|
-
</article><p></p>
|
|
5383
|
-
</li>
|
|
5384
|
-
<li>
|
|
5385
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5386
|
-
<div class="card__body">
|
|
5387
|
-
<div>
|
|
5388
|
-
Adding "card--overlay" to the parent card to have the image cover the entire background. Text will be displayed over a semi-transparent gradient.
|
|
5389
|
-
</div>
|
|
5390
|
-
</div>
|
|
5391
|
-
<div class="card__image">
|
|
5392
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5393
|
-
</div>
|
|
5394
|
-
</article><p></p>
|
|
5395
|
-
</li>
|
|
5396
|
-
</ul>
|
|
5397
|
-
<h3>overlay Card with only Footer<h3>
|
|
5398
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5399
|
-
<div class="card__image">
|
|
5400
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5401
|
-
</div>
|
|
5402
|
-
<div class="card__footer">
|
|
5403
|
-
My first Card Footer
|
|
5404
|
-
</div>
|
|
5405
|
-
</article><p></p>
|
|
5406
|
-
<h4>overlay Card with only Footer setup using card-grid<h4>
|
|
5407
|
-
<ul class="card-grid">
|
|
5408
|
-
<li>
|
|
5409
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5410
|
-
<div class="card__image">
|
|
5411
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5412
|
-
</div>
|
|
5413
|
-
<div class="card__footer">
|
|
5414
|
-
My first Card Footer
|
|
5415
|
-
</div>
|
|
5416
|
-
</article><p></p>
|
|
5417
|
-
</li>
|
|
5418
|
-
<li>
|
|
5419
|
-
<p></p><article class="card card--overlay" data-ulu-proxy-click="">
|
|
5420
|
-
<div class="card__image">
|
|
5421
|
-
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5422
|
-
</div>
|
|
5423
|
-
<div class="card__footer">
|
|
5424
|
-
My first Card Footer
|
|
5033
|
+
<div id="icd" class="interactive-demo">
|
|
5034
|
+
<div id="icd-display" class="interactive-demo__display">
|
|
5035
|
+
</div>
|
|
5036
|
+
<form id="icdForm" class="interactive-demo__form form-theme">
|
|
5037
|
+
<div class="form-theme__item">
|
|
5038
|
+
<input type="checkbox" id="fieldBody" name="fieldBody" checked="">
|
|
5039
|
+
<label for="fieldBody">Body</label>
|
|
5040
|
+
</div>
|
|
5041
|
+
<div class="form-theme__item">
|
|
5042
|
+
<input type="checkbox" id="fieldFooter" name="fieldFooter" checked="">
|
|
5043
|
+
<label for="fieldFooter">Footer</label>
|
|
5044
|
+
</div>
|
|
5045
|
+
<div class="form-theme__item">
|
|
5046
|
+
<input type="checkbox" id="fieldHorizontal" name="fieldHorizontal">
|
|
5047
|
+
<label for="fieldHorizontal">Horizontal</label>
|
|
5048
|
+
</div>
|
|
5049
|
+
<div class="form-theme__item">
|
|
5050
|
+
<label for="fieldImage">Image:</label>
|
|
5051
|
+
<select id="fieldImage" name="fieldImage">
|
|
5052
|
+
<option value="none">No Image</option>
|
|
5053
|
+
<option value="image" selected="">Image</option>
|
|
5054
|
+
<option value="icon">Icon</option>
|
|
5055
|
+
</select>
|
|
5056
|
+
</div>
|
|
5057
|
+
<div class="form-theme__actions">
|
|
5058
|
+
<button type="button" id="icdSubmit" class="button">Refresh</button>
|
|
5059
|
+
</div>
|
|
5060
|
+
</form>
|
|
5425
5061
|
</div>
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5062
|
+
<script>
|
|
5063
|
+
(() => {
|
|
5064
|
+
const display = document.getElementById("icd-display");
|
|
5065
|
+
const submit = document.getElementById("icdSubmit");
|
|
5066
|
+
const form = document.getElementById("icdForm");
|
|
5067
|
+
const defaults = {
|
|
5068
|
+
// Add default options
|
|
5069
|
+
};
|
|
5070
|
+
|
|
5071
|
+
|
|
5072
|
+
// Run initially
|
|
5073
|
+
update(defaults);
|
|
5074
|
+
|
|
5075
|
+
// Update on submit click
|
|
5076
|
+
submit.addEventListener("click", (event) => {
|
|
5077
|
+
event.preventDefault();
|
|
5078
|
+
const formData = new FormData(form);
|
|
5079
|
+
const values = { ...defaults };
|
|
5080
|
+
formData.forEach((value, key) => {
|
|
5081
|
+
values[key] = value;
|
|
5082
|
+
});
|
|
5083
|
+
console.log("values:\n", values);
|
|
5084
|
+
update(values);
|
|
5085
|
+
});
|
|
5086
|
+
|
|
5087
|
+
function update(options) {
|
|
5088
|
+
display.innerHTML = cardTemplate(options);
|
|
5089
|
+
}
|
|
5090
|
+
|
|
5091
|
+
// Template for update
|
|
5092
|
+
function cardTemplate(options) {
|
|
5093
|
+
return `
|
|
5094
|
+
<article class="card" data-proxy-click>
|
|
5095
|
+
<div class="card__body">
|
|
5096
|
+
<h5 class="card__title">
|
|
5097
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card Title</a>
|
|
5098
|
+
</h5>
|
|
5099
|
+
<p>
|
|
5100
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5101
|
+
</p>
|
|
5102
|
+
</div>
|
|
5103
|
+
<div class="card__image">
|
|
5104
|
+
<img src="/assets/placeholder/image-1.jpg">
|
|
5105
|
+
</div>
|
|
5106
|
+
<div class="card__image card__image--icon">
|
|
5107
|
+
<span aria-hidden class="css-icon css-icon--circle-question"></span>
|
|
5108
|
+
</div>
|
|
5109
|
+
<div class="card__footer">
|
|
5110
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5111
|
+
</div>
|
|
5112
|
+
</article>
|
|
5113
|
+
`;
|
|
5114
|
+
}
|
|
5115
|
+
})();
|
|
5116
|
+
</script>
|
|
5117
|
+
<!-- card short code parameter order is -->
|
|
5118
|
+
<!-- <article class="card " data-ulu-proxy-click><div class="card__body"><h5 class="card__title">
|
|
5119
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5120
|
+
</h5><div>
|
|
5121
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5122
|
+
</div></div><div class="card__image ">
|
|
5123
|
+
<img src="/assets/placeholder/image-1.jpg"/>
|
|
5124
|
+
</div><div class="card__footer">
|
|
5125
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5126
|
+
</div></article> -->
|
|
5127
|
+
<details class="accordion">
|
|
5128
|
+
<summary class="accordion__summary">
|
|
5129
|
+
Card Default Styling
|
|
5130
|
+
<!-- The span is the icon on the side that -->
|
|
5131
|
+
<span class="accordion__icon" aria-hidden="true">
|
|
5132
|
+
<span class="css-icon css-icon--plus-to-minus"></span>
|
|
5133
|
+
</span>
|
|
5134
|
+
</summary>
|
|
5135
|
+
<div class="accordion__content">
|
|
5136
|
+
<div class="h4">All Fields</div>
|
|
5137
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5138
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5139
|
+
</h5><div>
|
|
5140
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5141
|
+
</div></div><div class="card__image ">
|
|
5142
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5143
|
+
</div><div class="card__footer">
|
|
5144
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5145
|
+
</div></article>
|
|
5146
|
+
<div class="h4">No Body (no proxy click link)</div>
|
|
5147
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__image ">
|
|
5148
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5149
|
+
</div><div class="card__footer">
|
|
5150
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5151
|
+
</div></article>
|
|
5152
|
+
<div class="h4">No Title (no proxy click link)</div>
|
|
5153
|
+
<article class="card "><div class="card__body"><div>
|
|
5154
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5155
|
+
</div></div><div class="card__image ">
|
|
5156
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5157
|
+
</div><div class="card__footer">
|
|
5158
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5159
|
+
</div></article>
|
|
5160
|
+
<div class="h4">No Content</div>
|
|
5161
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5162
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5163
|
+
</h5></div><div class="card__image ">
|
|
5164
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5165
|
+
</div><div class="card__footer">
|
|
5166
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5167
|
+
</div></article>
|
|
5168
|
+
<div class="h4">No Image</div>
|
|
5169
|
+
<article class="card card--no-image" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5170
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5171
|
+
</h5><div>
|
|
5172
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5173
|
+
</div></div><div class="card__footer">
|
|
5174
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5175
|
+
</div></article>
|
|
5176
|
+
<div class="h4">No Footer</div>
|
|
5177
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5178
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5179
|
+
</h5><div>
|
|
5180
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5181
|
+
</div></div><div class="card__image ">
|
|
5182
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5183
|
+
</div></article>
|
|
5184
|
+
</div>
|
|
5185
|
+
</details>
|
|
5186
|
+
<details class="accordion">
|
|
5187
|
+
<summary class="accordion__summary">
|
|
5188
|
+
Card Image-fit Styling
|
|
5189
|
+
<!-- The span is the icon on the side that -->
|
|
5190
|
+
<span class="accordion__icon" aria-hidden="true">
|
|
5191
|
+
<span class="css-icon css-icon--plus-to-minus"></span>
|
|
5192
|
+
</span>
|
|
5193
|
+
</summary>
|
|
5194
|
+
<div class="accordion__content">
|
|
5195
|
+
<div class="h4">All Fields</div>
|
|
5196
|
+
<article class="card card--image-fit" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5197
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5198
|
+
</h5><div>
|
|
5199
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5200
|
+
</div></div><div class="card__image ">
|
|
5201
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5202
|
+
</div><div class="card__footer">
|
|
5203
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5204
|
+
</div></article>
|
|
5205
|
+
<div class="h4">No Body (no proxy click link)</div>
|
|
5206
|
+
<article class="card card--image-fit" data-ulu-proxy-click=""><div class="card__image ">
|
|
5207
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5208
|
+
</div><div class="card__footer">
|
|
5209
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5210
|
+
</div></article>
|
|
5211
|
+
<div class="h4">No Title (no proxy click link)</div>
|
|
5212
|
+
<article class="card card--image-fit"><div class="card__body"><div>
|
|
5213
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5214
|
+
</div></div><div class="card__image ">
|
|
5215
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5216
|
+
</div><div class="card__footer">
|
|
5217
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5218
|
+
</div></article>
|
|
5219
|
+
<div class="h4">No Content</div>
|
|
5220
|
+
<article class="card card--image-fit" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5221
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5222
|
+
</h5></div><div class="card__image ">
|
|
5223
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5224
|
+
</div><div class="card__footer">
|
|
5225
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5226
|
+
</div></article>
|
|
5227
|
+
<div class="h4">No Image</div>
|
|
5228
|
+
<article class="card card--image-fit card--no-image" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5229
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5230
|
+
</h5><div>
|
|
5231
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5232
|
+
</div></div><div class="card__footer">
|
|
5233
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5234
|
+
</div></article>
|
|
5235
|
+
<div class="h4">No Footer</div>
|
|
5236
|
+
<article class="card card--image-fit" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5237
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5238
|
+
</h5><div>
|
|
5239
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5240
|
+
</div></div><div class="card__image ">
|
|
5241
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5242
|
+
</div></article>
|
|
5243
|
+
</div>
|
|
5244
|
+
</details>
|
|
5245
|
+
<details class="accordion">
|
|
5246
|
+
<summary class="accordion__summary">
|
|
5247
|
+
Card Icon Styling
|
|
5248
|
+
<!-- The span is the icon on the side that -->
|
|
5249
|
+
<span class="accordion__icon" aria-hidden="true">
|
|
5250
|
+
<span class="css-icon css-icon--plus-to-minus"></span>
|
|
5251
|
+
</span>
|
|
5252
|
+
</summary>
|
|
5253
|
+
<div class="accordion__content">
|
|
5254
|
+
<div class="h4">All Fields</div>
|
|
5255
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5256
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5257
|
+
</h5><div>
|
|
5258
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5259
|
+
</div></div><div class="card__image card__image--icon">
|
|
5260
|
+
<span aria-hidden="" class="css-icon css-icon--circle-question"></span>
|
|
5261
|
+
</div><div class="card__footer">
|
|
5262
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5263
|
+
</div></article>
|
|
5264
|
+
<div class="h4">No Body (no proxy click link)</div>
|
|
5265
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__image card__image--icon">
|
|
5266
|
+
<span aria-hidden="" class="css-icon css-icon--circle-question"></span>
|
|
5267
|
+
</div><div class="card__footer">
|
|
5268
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5269
|
+
</div></article>
|
|
5270
|
+
<div class="h4">No Title (no proxy click link)</div>
|
|
5271
|
+
<article class="card "><div class="card__body"><div>
|
|
5272
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5273
|
+
</div></div><div class="card__image card__image--icon">
|
|
5274
|
+
<span aria-hidden="" class="css-icon css-icon--circle-question"></span>
|
|
5275
|
+
</div><div class="card__footer">
|
|
5276
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5277
|
+
</div></article>
|
|
5278
|
+
<div class="h4">No Content</div>
|
|
5279
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5280
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5281
|
+
</h5></div><div class="card__image card__image--icon">
|
|
5282
|
+
<span aria-hidden="" class="css-icon css-icon--circle-question"></span>
|
|
5283
|
+
</div><div class="card__footer">
|
|
5284
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5285
|
+
</div></article>
|
|
5286
|
+
<div class="h4">No Image</div>
|
|
5287
|
+
<article class="card card--no-image" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5288
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5289
|
+
</h5><div>
|
|
5290
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5291
|
+
</div></div><div class="card__footer">
|
|
5292
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5293
|
+
</div></article>
|
|
5294
|
+
<div class="h4">No Footer</div>
|
|
5295
|
+
<article class="card " data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5296
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5297
|
+
</h5><div>
|
|
5298
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5299
|
+
</div></div><div class="card__image card__image--icon">
|
|
5300
|
+
<span aria-hidden="" class="css-icon css-icon--circle-question"></span>
|
|
5301
|
+
</div></article>
|
|
5302
|
+
</div>
|
|
5303
|
+
</details>
|
|
5304
|
+
<details class="accordion">
|
|
5305
|
+
<summary class="accordion__summary">
|
|
5306
|
+
Card Overlay Styling
|
|
5307
|
+
<!-- The span is the icon on the side that -->
|
|
5308
|
+
<span class="accordion__icon" aria-hidden="true">
|
|
5309
|
+
<span class="css-icon css-icon--plus-to-minus"></span>
|
|
5310
|
+
</span>
|
|
5311
|
+
</summary>
|
|
5312
|
+
<div class="accordion__content">
|
|
5313
|
+
<div class="h4">All Fields</div>
|
|
5314
|
+
<article class="card card--overlay" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5315
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5316
|
+
</h5><div>
|
|
5317
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5318
|
+
</div></div><div class="card__image ">
|
|
5319
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5320
|
+
</div><div class="card__footer">
|
|
5321
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5322
|
+
</div></article>
|
|
5323
|
+
<div class="h4">No Body (no proxy click link)</div>
|
|
5324
|
+
<article class="card card--overlay" data-ulu-proxy-click=""><div class="card__image ">
|
|
5325
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5326
|
+
</div><div class="card__footer">
|
|
5327
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5328
|
+
</div></article>
|
|
5329
|
+
<div class="h4">No Title (no proxy click link)</div>
|
|
5330
|
+
<article class="card card--overlay"><div class="card__body"><div>
|
|
5331
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5332
|
+
</div></div><div class="card__image ">
|
|
5333
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5334
|
+
</div><div class="card__footer">
|
|
5335
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5336
|
+
</div></article>
|
|
5337
|
+
<div class="h4">No Content</div>
|
|
5338
|
+
<article class="card card--overlay" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5339
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5340
|
+
</h5></div><div class="card__image ">
|
|
5341
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5342
|
+
</div><div class="card__footer">
|
|
5343
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5344
|
+
</div></article>
|
|
5345
|
+
<div class="h4">No Footer</div>
|
|
5346
|
+
<article class="card card--overlay" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5347
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5348
|
+
</h5><div>
|
|
5349
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5350
|
+
</div></div><div class="card__image ">
|
|
5351
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5352
|
+
</div></article>
|
|
5353
|
+
</div>
|
|
5354
|
+
</details>
|
|
5355
|
+
<details class="accordion">
|
|
5356
|
+
<summary class="accordion__summary">
|
|
5357
|
+
Card Horizontal Styling
|
|
5358
|
+
<!-- The span is the icon on the side that -->
|
|
5359
|
+
<span class="accordion__icon" aria-hidden="true">
|
|
5360
|
+
<span class="css-icon css-icon--plus-to-minus"></span>
|
|
5361
|
+
</span>
|
|
5362
|
+
</summary>
|
|
5363
|
+
<div class="accordion__content">
|
|
5364
|
+
<div class="h4">All Fields</div>
|
|
5365
|
+
<article class="card card--horizontal" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5366
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5367
|
+
</h5><div>
|
|
5368
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5369
|
+
</div></div><div class="card__image ">
|
|
5370
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5371
|
+
</div></article>
|
|
5372
|
+
<div class="h4">No Title (no proxy click link)</div>
|
|
5373
|
+
<article class="card card--horizontal"><div class="card__body"><div>
|
|
5374
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5375
|
+
</div></div><div class="card__image ">
|
|
5376
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5377
|
+
</div><div class="card__footer">
|
|
5378
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5379
|
+
</div></article>
|
|
5380
|
+
<div class="h4">No Content</div>
|
|
5381
|
+
<article class="card card--horizontal" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5382
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5383
|
+
</h5></div><div class="card__image ">
|
|
5384
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5385
|
+
</div><div class="card__footer">
|
|
5386
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5387
|
+
</div></article>
|
|
5388
|
+
<div class="h4">No Image</div>
|
|
5389
|
+
<article class="card card--horizontal card--no-image" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5390
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5391
|
+
</h5><div>
|
|
5392
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5393
|
+
</div></div><div class="card__footer">
|
|
5394
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5395
|
+
</div></article>
|
|
5396
|
+
</div>
|
|
5397
|
+
</details>
|
|
5398
|
+
<details class="accordion">
|
|
5399
|
+
<summary class="accordion__summary">
|
|
5400
|
+
Card Horizontal and Image-fit Styling
|
|
5401
|
+
<!-- The span is the icon on the side that -->
|
|
5402
|
+
<span class="accordion__icon" aria-hidden="true">
|
|
5403
|
+
<span class="css-icon css-icon--plus-to-minus"></span>
|
|
5404
|
+
</span>
|
|
5405
|
+
</summary>
|
|
5406
|
+
<div class="accordion__content">
|
|
5407
|
+
<div class="h4">All Fields</div>
|
|
5408
|
+
<article class="card card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5409
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5410
|
+
</h5><div>
|
|
5411
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5412
|
+
</div></div><div class="card__image ">
|
|
5413
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5414
|
+
</div><div class="card__footer">
|
|
5415
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5416
|
+
</div></article>
|
|
5417
|
+
<div class="h4">No Body (no proxy click link)</div>
|
|
5418
|
+
<article class="card card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__image ">
|
|
5419
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5420
|
+
</div><div class="card__footer">
|
|
5421
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5422
|
+
</div></article>
|
|
5423
|
+
<div class="h4">No Title (no proxy click link)</div>
|
|
5424
|
+
<article class="card card--image-fit card--horizontal"><div class="card__body"><div>
|
|
5425
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5426
|
+
</div></div><div class="card__image ">
|
|
5427
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5428
|
+
</div><div class="card__footer">
|
|
5429
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5430
|
+
</div></article>
|
|
5431
|
+
<div class="h4">No Content</div>
|
|
5432
|
+
<article class="card card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5433
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5434
|
+
</h5></div><div class="card__image ">
|
|
5435
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5436
|
+
</div><div class="card__footer">
|
|
5437
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5438
|
+
</div></article>
|
|
5439
|
+
<div class="h4">No Image</div>
|
|
5440
|
+
<article class="card card--w-image card--horizontal card--no-image" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5441
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5442
|
+
</h5><div>
|
|
5443
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5444
|
+
</div></div><div class="card__footer">
|
|
5445
|
+
<a class="button button--small" href="https://www.yahoo.com/">Footer</a>
|
|
5446
|
+
</div></article>
|
|
5447
|
+
<div class="h4">No Footer</div>
|
|
5448
|
+
<article class="card card--image-fit card--horizontal" data-ulu-proxy-click=""><div class="card__body"><h5 class="card__title">
|
|
5449
|
+
<a class="card__title-link" href="https://www.google.com" data-ulu-proxy-click-source="">Card 1 Title</a>
|
|
5450
|
+
</h5><div>
|
|
5451
|
+
This is the card content. It can contain around 2-3 sentences.
|
|
5452
|
+
</div></div><div class="card__image ">
|
|
5453
|
+
<img src="/frontend/assets/placeholder/image-1.jpg">
|
|
5454
|
+
</div></article>
|
|
5455
|
+
</div>
|
|
5456
|
+
</details>
|
|
5457
|
+
|
|
5458
|
+
</div>
|
|
5432
5459
|
|
|
5433
5460
|
</main>
|
|
5434
5461
|
<footer></footer>
|