SignalWifi4BarLock

material-4/Device/SignalWifi4BarLock
include('material-4/Device/SignalWifi4BarLock')
Illustration SignalWifi4BarLock
illustration for Illustration illustration for SignalWifi4BarLock

Sprites

The item provides the following sriptes:

  • <$SignalWifi4BarLockXs>
  • <$SignalWifi4BarLockSm>
  • <$SignalWifi4BarLockMd>
  • <$SignalWifi4BarLockLg>

SignalWifi4BarLock

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 SignalWifi4BarLock
include('material-4/Device/SignalWifi4BarLock')

' renders the element
SignalWifi4BarLock('SignalWifi4BarLock', 'Signal Wifi4 Bar Lock', '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 SignalWifi4BarLock
include('material-4/Device/SignalWifi4BarLock')

' renders the element
SignalWifi4BarLock('SignalWifi4BarLock', 'Signal Wifi4 Bar Lock', 'an optional tech label', 'an optional description')
@enduml