Folder

aws-q2-2023/Resource/GeneralIcons/Folder
include('aws-q2-2023/Resource/GeneralIcons/Folder')
Illustration Folder FolderCard FolderGroup
illustration for Illustration illustration for Folder illustration for FolderCard illustration for FolderGroup

Sprites

The item provides the following sriptes:

  • <$FolderXs>
  • <$FolderSm>
  • <$FolderMd>
  • <$FolderLg>

Folder

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-q2-2023/bootstrap')

' loads the Item which embeds the element Folder
include('aws-q2-2023/Resource/GeneralIcons/Folder')

' renders the element
Folder('Folder', 'Folder', '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-q2-2023/bootstrap')

' loads the Item which embeds the element Folder
include('aws-q2-2023/Resource/GeneralIcons/Folder')

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

FolderCard

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-q2-2023/bootstrap')

' loads the Item which embeds the element FolderCard
include('aws-q2-2023/Resource/GeneralIcons/Folder')

' renders the element
FolderCard('FolderCard', 'Folder 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-q2-2023/bootstrap')

' loads the Item which embeds the element FolderCard
include('aws-q2-2023/Resource/GeneralIcons/Folder')

' renders the element
FolderCard('FolderCard', 'Folder Card', 'an optional description')
@enduml

FolderGroup

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-q2-2023/bootstrap')

' loads the Item which embeds the element FolderGroup
include('aws-q2-2023/Resource/GeneralIcons/Folder')

' renders the element
FolderGroup('FolderGroup', 'Folder 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-q2-2023/bootstrap')

' loads the Item which embeds the element FolderGroup
include('aws-q2-2023/Resource/GeneralIcons/Folder')

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