Globe

aws-q1-2024/Resource/GeneralIcons/Globe
include('aws-q1-2024/Resource/GeneralIcons/Globe')
Illustration Globe GlobeCard GlobeGroup
illustration for Illustration illustration for Globe illustration for GlobeCard illustration for GlobeGroup

Sprites

The item provides the following sriptes:

  • <$GlobeXs>
  • <$GlobeSm>
  • <$GlobeMd>
  • <$GlobeLg>

Globe

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('aws-q1-2024/bootstrap')

' loads the Item which embeds the element Globe
include('aws-q1-2024/Resource/GeneralIcons/Globe')

' renders the element
Globe('Globe', 'Globe', '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('aws-q1-2024/bootstrap')

' loads the Item which embeds the element Globe
include('aws-q1-2024/Resource/GeneralIcons/Globe')

' renders the element
Globe('Globe', 'Globe', 'an optional tech label', 'an optional description')
@enduml

GlobeCard

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('aws-q1-2024/bootstrap')

' loads the Item which embeds the element GlobeCard
include('aws-q1-2024/Resource/GeneralIcons/Globe')

' renders the element
GlobeCard('GlobeCard', 'Globe 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('aws-q1-2024/bootstrap')

' loads the Item which embeds the element GlobeCard
include('aws-q1-2024/Resource/GeneralIcons/Globe')

' renders the element
GlobeCard('GlobeCard', 'Globe Card', 'an optional description')
@enduml

GlobeGroup

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('aws-q1-2024/bootstrap')

' loads the Item which embeds the element GlobeGroup
include('aws-q1-2024/Resource/GeneralIcons/Globe')

' renders the element
GlobeGroup('GlobeGroup', 'Globe 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('aws-q1-2024/bootstrap')

' loads the Item which embeds the element GlobeGroup
include('aws-q1-2024/Resource/GeneralIcons/Globe')

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