VisualInspection

gcp/Item/VisualInspection
include('gcp/Item/VisualInspection')
Illustration VisualInspection VisualInspectionCard VisualInspectionGroup
illustration for Illustration illustration for VisualInspection illustration for VisualInspectionCard illustration for VisualInspectionGroup

Sprites

The item provides the following sriptes:

  • <$VisualInspectionXs>
  • <$VisualInspectionSm>
  • <$VisualInspectionMd>
  • <$VisualInspectionLg>

VisualInspection

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

' loads the Item which embeds the element VisualInspection
include('gcp/Item/VisualInspection')

' renders the element
VisualInspection('VisualInspection', 'Visual Inspection', '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('gcp/bootstrap')

' loads the Item which embeds the element VisualInspection
include('gcp/Item/VisualInspection')

' renders the element
VisualInspection('VisualInspection', 'Visual Inspection', 'an optional tech label', 'an optional description')
@enduml

VisualInspectionCard

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

' loads the Item which embeds the element VisualInspectionCard
include('gcp/Item/VisualInspection')

' renders the element
VisualInspectionCard('VisualInspectionCard', 'Visual Inspection Card', '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('gcp/bootstrap')

' loads the Item which embeds the element VisualInspectionCard
include('gcp/Item/VisualInspection')

' renders the element
VisualInspectionCard('VisualInspectionCard', 'Visual Inspection Card', 'an optional description')
@enduml

VisualInspectionGroup

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

' loads the Item which embeds the element VisualInspectionGroup
include('gcp/Item/VisualInspection')

' renders the element
VisualInspectionGroup('VisualInspectionGroup', 'Visual Inspection Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@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('gcp/bootstrap')

' loads the Item which embeds the element VisualInspectionGroup
include('gcp/Item/VisualInspection')

' renders the element
VisualInspectionGroup('VisualInspectionGroup', 'Visual Inspection Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml