Is there any tutorial or guide how to draw UML dia...
# compose
i
Is there any tutorial or guide how to draw UML diagram for
Composable
component , which is helpful to visualize relationships between different UI elements
j
You can't use draw.io , it's very simple
i
What I meant to ask was about how
Composable
is structured in UML , as we know
Composable
is a function not a class , but tradition UML has class , interface , abstract class ,enum class ... all of this is based on
Class
they have property and method .