CloudIds

gcp/Item/CloudIds
include('gcp/Item/CloudIds')
Illustration CloudIds CloudIdsCard CloudIdsGroup
illustration for Illustration illustration for CloudIds illustration for CloudIdsCard illustration for CloudIdsGroup

Sprites

The item provides the following sriptes:

  • <$CloudIdsXs>
  • <$CloudIdsSm>
  • <$CloudIdsMd>
  • <$CloudIdsLg>

CloudIds

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 CloudIds
include('gcp/Item/CloudIds')

' renders the element
CloudIds('CloudIds', 'Cloud Ids', '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 CloudIds
include('gcp/Item/CloudIds')

' renders the element
CloudIds('CloudIds', 'Cloud Ids', 'an optional tech label', 'an optional description')
@enduml

CloudIdsCard

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 CloudIdsCard
include('gcp/Item/CloudIds')

' renders the element
CloudIdsCard('CloudIdsCard', 'Cloud Ids 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 CloudIdsCard
include('gcp/Item/CloudIds')

' renders the element
CloudIdsCard('CloudIdsCard', 'Cloud Ids Card', 'an optional description')
@enduml

CloudIdsGroup

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 CloudIdsGroup
include('gcp/Item/CloudIds')

' renders the element
CloudIdsGroup('CloudIdsGroup', 'Cloud Ids 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 CloudIdsGroup
include('gcp/Item/CloudIds')

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