Skip to content

Commit

Permalink
Add tooltip to help explain w/ examples of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixin-hc committed Apr 28, 2024
1 parent 54c3d8e commit 51ae21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userGuide/syntax/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ You can utilize any [CSS size unit](https://www.w3schools.com/cssref/css_units.p

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.

**The icon and text's appearance can be further customized by adding a `i-class` and `t-class` attribute respectively.**
**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.**

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

Expand All @@ -191,7 +191,7 @@ If either the `i-width` or the `i-height` of an image is not specified, the unsp
* Item 2.1 { icon="fas-question-circle" i-class="badge rounded-pill my-1 bg-success text-white" }
* Item 2.2
* Item 2.3 { i-class="badge rounded-pill my-1 bg-primary text-white"}
* Item 3 { t-class="text-primary my-2" }
* Item 3 { t-class="text-primary my-2 fst-italic" }
* Item 3.1
* Item 3.2 { icon="fas-question-circle" i-class="badge rounded my-1 bg-danger text-white" }
* Item 3.3
Expand Down

0 comments on commit 51ae21a

Please sign in to comment.