CloudComposer

gcp/Item/CloudComposer
include('gcp/Item/CloudComposer')
Illustration CloudComposer CloudComposerCard CloudComposerGroup
illustration for Illustration illustration for CloudComposer illustration for CloudComposerCard illustration for CloudComposerGroup

Sprites

The item provides the following sriptes:

  • <$CloudComposerXs>
  • <$CloudComposerSm>
  • <$CloudComposerMd>
  • <$CloudComposerLg>

CloudComposer

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

' loads the Item which embeds the element CloudComposer
include('gcp/Item/CloudComposer')

' renders the element
CloudComposer('CloudComposer', 'Cloud Composer', '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('gcp/bootstrap')

' loads the Item which embeds the element CloudComposer
include('gcp/Item/CloudComposer')

' renders the element
CloudComposer('CloudComposer', 'Cloud Composer', 'an optional tech label', 'an optional description')
@enduml

CloudComposerCard

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

' loads the Item which embeds the element CloudComposerCard
include('gcp/Item/CloudComposer')

' renders the element
CloudComposerCard('CloudComposerCard', 'Cloud Composer 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('gcp/bootstrap')

' loads the Item which embeds the element CloudComposerCard
include('gcp/Item/CloudComposer')

' renders the element
CloudComposerCard('CloudComposerCard', 'Cloud Composer Card', 'an optional description')
@enduml

CloudComposerGroup

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

' loads the Item which embeds the element CloudComposerGroup
include('gcp/Item/CloudComposer')

' renders the element
CloudComposerGroup('CloudComposerGroup', 'Cloud Composer 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('gcp/bootstrap')

' loads the Item which embeds the element CloudComposerGroup
include('gcp/Item/CloudComposer')

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