CloudGeneric

gcp/Item/CloudGeneric
include('gcp/Item/CloudGeneric')
Illustration CloudGeneric CloudGenericCard CloudGenericGroup
illustration for Illustration illustration for CloudGeneric illustration for CloudGenericCard illustration for CloudGenericGroup

Sprites

The item provides the following sriptes:

  • <$CloudGenericXs>
  • <$CloudGenericSm>
  • <$CloudGenericMd>
  • <$CloudGenericLg>

CloudGeneric

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

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

' renders the element
CloudGeneric('CloudGeneric', 'Cloud Generic', 'an optional tech label', 'an optional description')
@enduml

CloudGenericCard

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

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

' renders the element
CloudGenericCard('CloudGenericCard', 'Cloud Generic Card', 'an optional description')
@enduml

CloudGenericGroup

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

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

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