_1K

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

Sprites

The item provides the following sriptes:

  • <$_1KXs>
  • <$_1KSm>
  • <$_1KMd>
  • <$_1KLg>

_1K

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 _1K
include('material-4/Av/_1K')

' renders the element
_1K('1k', '1k', '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 _1K
include('material-4/Av/_1K')

' renders the element
_1K('1k', '1k', 'an optional tech label', 'an optional description')
@enduml