W3C
simpleicons-8/W/W3C
include('simpleicons-8/W/W3C')
Illustration | W3C |
---|---|
Sprites
The item provides the following sriptes:
<$W3CXs>
<$W3CSm>
<$W3CMd>
<$W3CLg>
W3C
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 W3C
include('simpleicons-8/W/W3C')
' renders the element
W3C('W3c', 'W3c', '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 W3C
include('simpleicons-8/W/W3C')
' renders the element
W3C('W3c', 'W3c', 'an optional tech label', 'an optional description')
@enduml