Themodelsresource

simpleicons-8/T/Themodelsresource
include('simpleicons-8/T/Themodelsresource')
Illustration Themodelsresource
illustration for Illustration illustration for Themodelsresource

Sprites

The item provides the following sriptes:

  • <$ThemodelsresourceXs>
  • <$ThemodelsresourceSm>
  • <$ThemodelsresourceMd>
  • <$ThemodelsresourceLg>

Themodelsresource

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 Themodelsresource
include('simpleicons-8/T/Themodelsresource')

' renders the element
Themodelsresource('Themodelsresource', 'Themodelsresource', '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 Themodelsresource
include('simpleicons-8/T/Themodelsresource')

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