feat(controls): add orientation, style and class props closes #4069

This commit is contained in:
moklick
2024-04-04 12:53:05 +02:00
parent 56477f058d
commit 508efab624
8 changed files with 36 additions and 4 deletions
+7
View File
@@ -397,6 +397,13 @@ svg.xy-flow__connectionline {
}
.xy-flow__controls {
display: flex;
flex-direction: column;
&.horizontal {
flex-direction: row;
}
&-button {
display: flex;
justify-content: center;