Обсуждение:Жест: различия между версиями

Материал из Поле цифровой дидактики
 
Строка 27: Строка 27:
HomeScreen --> [*] : Logout
HomeScreen --> [*] : Logout
@enduml
@enduml
</uml>
=== Button ===
<uml>
@startuml
skinparam backgroundColor white
skinparam componentStyle uml2
rectangle "Button" {
  [Submit Button] : Label: "Submit"
  [Cancel Button] : Label: "Cancel"
  [Icon Button] : Icon: "+"
}
[Submit Button] --> [Action: Submit Form]
[Cancel Button] --> [Action: Close Window]
[Icon Button] --> [Action: Add Item]
@enduml
</uml>
</uml>

Текущая версия на 14:40, 21 марта 2025

Diagrams error (with plantuml command): /bin/bash: line 1: plantuml: command not found

Button

Diagrams error (with plantuml command): /bin/bash: line 1: plantuml: command not found