NavigateNext

material-4/Image/NavigateNext
include('material-4/Image/NavigateNext')
Illustration NavigateNext
illustration for Illustration illustration for NavigateNext

Sprites

The item provides the following sriptes:

  • <$NavigateNextXs>
  • <$NavigateNextSm>
  • <$NavigateNextMd>
  • <$NavigateNextLg>

NavigateNext

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 NavigateNext
include('material-4/Image/NavigateNext')

' renders the element
NavigateNext('NavigateNext', 'Navigate Next', '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 NavigateNext
include('material-4/Image/NavigateNext')

' renders the element
NavigateNext('NavigateNext', 'Navigate Next', 'an optional tech label', 'an optional description')
@enduml