Skip to content

Commit aee7efc

Browse files
authored
Chore: Document bootstrap classes with t-class in lists (#2534)
1 parent dff9689 commit aee7efc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/userGuide/syntax/lists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,19 @@ You can utilize any [CSS size unit](https://www.w3schools.com/cssref/css_units.p
179179

180180
If either the `i-width` or the `i-height` of an image is not specified, the unspecified dimension will adjust to maintain the image's original aspect ratio. For example, for an image of size 800x600 (4:3), if `i-width` is set to 400px, its height will be 300px.
181181

182-
**The icon and text's appearance can be further customized by adding a `i-class` and `t-class` attribute respectively.**
182+
**The icon and text's appearance <tooltip content="Examples: [text classes](https://getbootstrap.com/docs/5.1/utilities/text/#font-size), [badge classes](https://getbootstrap.com/docs/5.1/components/badge/) and more supported by bootstrap">can be further customized</tooltip> by adding a `i-class` and `t-class` attribute respectively.**
183183

184184
<div id="main-example-markbind">
185185

186186
<include src="codeAndOutput.md" boilerplate >
187187
<variable name="highlightStyle">markdown</variable>
188188
<variable name="code">
189189
* Item 1 { icon="/images/deer.jpg" text="Deer" i-width="60px" height="17px" i-class="rounded" t-class="text-warning my-2" }
190-
* Item 2 { t-class="text-info my-2" }
190+
* Item 2 { t-class="text-info my-2 fw-bold" }
191191
* Item 2.1 { icon="fas-question-circle" i-class="badge rounded-pill my-1 bg-success text-white" }
192192
* Item 2.2
193193
* Item 2.3 { i-class="badge rounded-pill my-1 bg-primary text-white"}
194-
* Item 3 { t-class="text-primary my-2" }
194+
* Item 3 { t-class="text-primary my-2 fst-italic" }
195195
* Item 3.1
196196
* Item 3.2 { icon="fas-question-circle" i-class="badge rounded my-1 bg-danger text-white" }
197197
* Item 3.3

0 commit comments

Comments
 (0)