ServiceCloudServices

azure-23/Item/Compute/ServiceCloudServices
include('azure-23/Item/Compute/ServiceCloudServices')
Illustration ServiceCloudServices ServiceCloudServicesCard ServiceCloudServicesGroup
illustration for Illustration illustration for ServiceCloudServices illustration for ServiceCloudServicesCard illustration for ServiceCloudServicesGroup

Sprites

The item provides the following sriptes:

  • <$ServiceCloudServicesXs>
  • <$ServiceCloudServicesSm>
  • <$ServiceCloudServicesMd>
  • <$ServiceCloudServicesLg>

ServiceCloudServices

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-23/bootstrap')

' loads the Item which embeds the element ServiceCloudServices
include('azure-23/Item/Compute/ServiceCloudServices')

' renders the element
ServiceCloudServices('ServiceCloudServices', 'Service Cloud Services', '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-23/bootstrap')

' loads the Item which embeds the element ServiceCloudServices
include('azure-23/Item/Compute/ServiceCloudServices')

' renders the element
ServiceCloudServices('ServiceCloudServices', 'Service Cloud Services', 'an optional tech label', 'an optional description')
@enduml

ServiceCloudServicesCard

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-23/bootstrap')

' loads the Item which embeds the element ServiceCloudServicesCard
include('azure-23/Item/Compute/ServiceCloudServices')

' renders the element
ServiceCloudServicesCard('ServiceCloudServicesCard', 'Service Cloud Services 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-23/bootstrap')

' loads the Item which embeds the element ServiceCloudServicesCard
include('azure-23/Item/Compute/ServiceCloudServices')

' renders the element
ServiceCloudServicesCard('ServiceCloudServicesCard', 'Service Cloud Services Card', 'an optional description')
@enduml

ServiceCloudServicesGroup

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-23/bootstrap')

' loads the Item which embeds the element ServiceCloudServicesGroup
include('azure-23/Item/Compute/ServiceCloudServices')

' renders the element
ServiceCloudServicesGroup('ServiceCloudServicesGroup', 'Service Cloud Services 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-23/bootstrap')

' loads the Item which embeds the element ServiceCloudServicesGroup
include('azure-23/Item/Compute/ServiceCloudServices')

' renders the element
ServiceCloudServicesGroup('ServiceCloudServicesGroup', 'Service Cloud Services Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml