Option d'affichage : -vertical .

SuptitleTitle

SubTitle

Texte du tag Texte RGAA

Option d'affichage : .-horizontal .

SuptitleTitle

SubTitle

Texte du tag Texte RGAA

Option d'affichage : -vertical + -horizontal-md .

SuptitleTitle

SubTitle

Texte du tag Texte RGAA

          

HTML


PUG

//- Vertical
.title-exemple 
  h4 Option d'affichage : #[code -vertical] .
.subject-version2.-vertical.-image-size-extra-large 
  .wrapper-principal
    .header
      .image  
        img.img-fluid(src=fakeimg+"/64x64/" alt='') 
      .content
        .title
          h2
            span.suptitle Suptitle
            | Title
        p.subtitle SubTitle
        .tag.-primary 
          p Texte du tag 
            span.sr-only Texte RGAA

.documentation-space
//- Horizontal
.title-exemple 
  h4 Option d'affichage : #[code .-horizontal] .
.subject-version2.-horizontal.-image-size-extra-large 
  .wrapper-principal
    .header
      .image  
        img.img-fluid(src=fakeimg+"/64x64/" alt='') 
      .content
        .title
          h2
            span.suptitle Suptitle
            | Title
        p.subtitle SubTitle
        .tag.-primary 
          p Texte du tag 
            span.sr-only Texte RGAA

.documentation-space
//- Hybrid
.title-exemple 
  h4 Option d'affichage : #[code -vertical] + #[code -horizontal-md] .
.subject-version2.-vertical.-horizontal-md.-image-size-extra-large 
  .wrapper-principal
    .header
      .image  
        img.img-fluid(src=fakeimg+"/64x64/" alt='') 
      .content
        .title
          h2
            span.suptitle Suptitle
            | Title
        p.subtitle SubTitle
        .tag.-primary 
          p Texte du tag 
            span.sr-only Texte RGAA