ServiceLandingZone

azure-20/Item/NewIcons/ServiceLandingZone
include('azure-20/Item/NewIcons/ServiceLandingZone')
Illustration ServiceLandingZone ServiceLandingZoneCard ServiceLandingZoneGroup
illustration for Illustration illustration for ServiceLandingZone illustration for ServiceLandingZoneCard illustration for ServiceLandingZoneGroup

Sprites

The item provides the following sriptes:

  • <$ServiceLandingZoneXs>
  • <$ServiceLandingZoneSm>
  • <$ServiceLandingZoneMd>
  • <$ServiceLandingZoneLg>

ServiceLandingZone

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('azure-20/bootstrap')

' loads the Item which embeds the element ServiceLandingZone
include('azure-20/Item/NewIcons/ServiceLandingZone')

' renders the element
ServiceLandingZone('ServiceLandingZone', 'Service Landing Zone', '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('azure-20/bootstrap')

' loads the Item which embeds the element ServiceLandingZone
include('azure-20/Item/NewIcons/ServiceLandingZone')

' renders the element
ServiceLandingZone('ServiceLandingZone', 'Service Landing Zone', 'an optional tech label', 'an optional description')
@enduml

ServiceLandingZoneCard

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('azure-20/bootstrap')

' loads the Item which embeds the element ServiceLandingZoneCard
include('azure-20/Item/NewIcons/ServiceLandingZone')

' renders the element
ServiceLandingZoneCard('ServiceLandingZoneCard', 'Service Landing Zone 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('azure-20/bootstrap')

' loads the Item which embeds the element ServiceLandingZoneCard
include('azure-20/Item/NewIcons/ServiceLandingZone')

' renders the element
ServiceLandingZoneCard('ServiceLandingZoneCard', 'Service Landing Zone Card', 'an optional description')
@enduml

ServiceLandingZoneGroup

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('azure-20/bootstrap')

' loads the Item which embeds the element ServiceLandingZoneGroup
include('azure-20/Item/NewIcons/ServiceLandingZone')

' renders the element
ServiceLandingZoneGroup('ServiceLandingZoneGroup', 'Service Landing Zone 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('azure-20/bootstrap')

' loads the Item which embeds the element ServiceLandingZoneGroup
include('azure-20/Item/NewIcons/ServiceLandingZone')

' renders the element
ServiceLandingZoneGroup('ServiceLandingZoneGroup', 'Service Landing Zone Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml