Livechat

simpleicons-8/L/Livechat
include('simpleicons-8/L/Livechat')
Illustration Livechat
illustration for Illustration illustration for Livechat

Sprites

The item provides the following sriptes:

  • <$LivechatXs>
  • <$LivechatSm>
  • <$LivechatMd>
  • <$LivechatLg>

Livechat

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('simpleicons-8/bootstrap')

' loads the Item which embeds the element Livechat
include('simpleicons-8/L/Livechat')

' renders the element
Livechat('Livechat', 'Livechat', '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('simpleicons-8/bootstrap')

' loads the Item which embeds the element Livechat
include('simpleicons-8/L/Livechat')

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