can i create a floating note in component diagram?

0 votes
asked Nov 10, 2017 in Bug by boshka (3,940 points)
I would like to have a better way to place a comment inside a component in a component diagram.

Though this works:

component a [

This component has a

long comment on several lines

]

This does not:

component a as a [

This component has a

long comment on several lines

]

This also works (somehow)

component a as a {

note left of a: test

}

However, I'd expect an ability to do it in a simpler way, like

note inside of a: test

or

floating note inside of a: test

and put that line outside of the component's {} definition

1 Answer

–1 vote
answered Feb 18, 2018 by Anthony-Gaudino (5,720 points)
commented Feb 19, 2018 by boshka (3,940 points)
i want to define it out outside the component's {} definition
...