Traefik
homecloud-2/Brand/Traefik
include('homecloud-2/Brand/Traefik')
Illustration | Traefik | TraefikCard | TraefikGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$TraefikXs>
<$TraefikSm>
<$TraefikMd>
<$TraefikLg>
Traefik
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('homecloud-2/bootstrap')
' loads the Item which embeds the element Traefik
include('homecloud-2/Brand/Traefik')
' renders the element
Traefik('Traefik', 'Traefik', 'an optional tech label', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('homecloud-2/bootstrap')
' loads the Item which embeds the element Traefik
include('homecloud-2/Brand/Traefik')
' renders the element
Traefik('Traefik', 'Traefik', 'an optional tech label', 'an optional description')
@enduml
TraefikCard
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('homecloud-2/bootstrap')
' loads the Item which embeds the element TraefikCard
include('homecloud-2/Brand/Traefik')
' renders the element
TraefikCard('TraefikCard', 'Traefik Card', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('homecloud-2/bootstrap')
' loads the Item which embeds the element TraefikCard
include('homecloud-2/Brand/Traefik')
' renders the element
TraefikCard('TraefikCard', 'Traefik Card', 'an optional description')
@enduml
TraefikGroup
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('homecloud-2/bootstrap')
' loads the Item which embeds the element TraefikGroup
include('homecloud-2/Brand/Traefik')
' renders the element
TraefikGroup('TraefikGroup', 'Traefik Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('homecloud-2/bootstrap')
' loads the Item which embeds the element TraefikGroup
include('homecloud-2/Brand/Traefik')
' renders the element
TraefikGroup('TraefikGroup', 'Traefik Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml