_8K

material-4/Av/_8K
include('material-4/Av/_8K')
Illustration _8K
illustration for Illustration illustration for _8K

Sprites

The item provides the following sriptes:

  • <$_8KXs>
  • <$_8KSm>
  • <$_8KMd>
  • <$_8KLg>

_8K

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('material-4/bootstrap')

' loads the Item which embeds the element _8K
include('material-4/Av/_8K')

' renders the element
_8K('8k', '8k', '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('material-4/bootstrap')

' loads the Item which embeds the element _8K
include('material-4/Av/_8K')

' renders the element
_8K('8k', '8k', 'an optional tech label', 'an optional description')
@enduml