SourceCode

aws-q1-2024/Resource/GeneralIcons/SourceCode
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')
Illustration SourceCode SourceCodeCard SourceCodeGroup
illustration for Illustration illustration for SourceCode illustration for SourceCodeCard illustration for SourceCodeGroup

Sprites

The item provides the following sriptes:

  • <$SourceCodeXs>
  • <$SourceCodeSm>
  • <$SourceCodeMd>
  • <$SourceCodeLg>

SourceCode

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 SourceCode
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')

' renders the element
SourceCode('SourceCode', 'Source Code', '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 SourceCode
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')

' renders the element
SourceCode('SourceCode', 'Source Code', 'an optional tech label', 'an optional description')
@enduml

SourceCodeCard

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 SourceCodeCard
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')

' renders the element
SourceCodeCard('SourceCodeCard', 'Source Code 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 SourceCodeCard
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')

' renders the element
SourceCodeCard('SourceCodeCard', 'Source Code Card', 'an optional description')
@enduml

SourceCodeGroup

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 SourceCodeGroup
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')

' renders the element
SourceCodeGroup('SourceCodeGroup', 'Source Code 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 SourceCodeGroup
include('aws-q1-2024/Resource/GeneralIcons/SourceCode')

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