AiHub

gcp/Item/AiHub
include('gcp/Item/AiHub')
Illustration AiHub AiHubCard AiHubGroup
illustration for Illustration illustration for AiHub illustration for AiHubCard illustration for AiHubGroup

Sprites

The item provides the following sriptes:

  • <$AiHubXs>
  • <$AiHubSm>
  • <$AiHubMd>
  • <$AiHubLg>

AiHub

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

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

' renders the element
AiHub('AiHub', 'Ai Hub', 'an optional tech label', 'an optional description')
@enduml

AiHubCard

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

' renders the element
AiHubCard('AiHubCard', 'Ai Hub 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 AiHubCard
include('gcp/Item/AiHub')

' renders the element
AiHubCard('AiHubCard', 'Ai Hub Card', 'an optional description')
@enduml

AiHubGroup

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

' renders the element
AiHubGroup('AiHubGroup', 'Ai Hub 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 AiHubGroup
include('gcp/Item/AiHub')

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