Dnas

homecloud-2/Brand/Dnas
include('homecloud-2/Brand/Dnas')
Illustration Dnas DnasCard DnasGroup
illustration for Illustration illustration for Dnas illustration for DnasCard illustration for DnasGroup

Sprites

The item provides the following sriptes:

  • <$DnasXs>
  • <$DnasSm>
  • <$DnasMd>
  • <$DnasLg>

Dnas

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('homecloud-2/bootstrap')

' loads the Item which embeds the element Dnas
include('homecloud-2/Brand/Dnas')

' renders the element
Dnas('Dnas', 'Dnas', '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('homecloud-2/bootstrap')

' loads the Item which embeds the element Dnas
include('homecloud-2/Brand/Dnas')

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

DnasCard

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('homecloud-2/bootstrap')

' loads the Item which embeds the element DnasCard
include('homecloud-2/Brand/Dnas')

' renders the element
DnasCard('DnasCard', 'Dnas 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('homecloud-2/bootstrap')

' loads the Item which embeds the element DnasCard
include('homecloud-2/Brand/Dnas')

' renders the element
DnasCard('DnasCard', 'Dnas Card', 'an optional description')
@enduml

DnasGroup

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('homecloud-2/bootstrap')

' loads the Item which embeds the element DnasGroup
include('homecloud-2/Brand/Dnas')

' renders the element
DnasGroup('DnasGroup', 'Dnas 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('homecloud-2/bootstrap')

' loads the Item which embeds the element DnasGroup
include('homecloud-2/Brand/Dnas')

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