Connectors

gcp/Item/Connectors
include('gcp/Item/Connectors')
Illustration Connectors ConnectorsCard ConnectorsGroup
illustration for Illustration illustration for Connectors illustration for ConnectorsCard illustration for ConnectorsGroup

Sprites

The item provides the following sriptes:

  • <$ConnectorsXs>
  • <$ConnectorsSm>
  • <$ConnectorsMd>
  • <$ConnectorsLg>

Connectors

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

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

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

ConnectorsCard

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

' renders the element
ConnectorsCard('ConnectorsCard', 'Connectors 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 ConnectorsCard
include('gcp/Item/Connectors')

' renders the element
ConnectorsCard('ConnectorsCard', 'Connectors Card', 'an optional description')
@enduml

ConnectorsGroup

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

' renders the element
ConnectorsGroup('ConnectorsGroup', 'Connectors 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 ConnectorsGroup
include('gcp/Item/Connectors')

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