Created
July 24, 2020 10:52
-
-
Save stfsy/0536f574453b6e54d6157fd10c9107fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml iframes | |
!define lightGrey #666666 | |
!define darkGrey #444444 | |
!define yellow #f8f884 | |
!define green #baed91 | |
!define blue #b2cefe | |
!define red #ff9aa2 | |
!define orange #f8b88b | |
!define violet #f2a2e8 | |
left to right direction | |
skinparam Handwritten true | |
skinparam backgroundColor lightGrey | |
skinparam RectangleBackgroundColor darkGrey | |
rectangle "<font color=#FFFFFF>Twitter</font>" darkGrey { | |
rectangle "Header" yellow { | |
} | |
rectangle "Profile" green { | |
} | |
rectangle "Create Tweet" blue { | |
} | |
rectangle "Schedule Tweet" violet { | |
} | |
rectangle "Settings" red { | |
} | |
rectangle "Footer" orange { | |
} | |
} | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment