Open TatuLund opened 1 year ago
Thanks for using Vaadin! We appreciate helping us to have better documentation and we’ll take care of this as soon as possible.
In addition to comments, the custom classes could be named to be more obvious. For example DemoContent() or DemoContentRenderer() or PlaceholderContent() or even ReplaceThisWithAnyContent().
SplitPanel examples could be further improved by using or mentioning the addToPrimary()
and addToSecondary()
methods somewhere.
E.g. in Split layout documentation there are code snippets like this. For a new user it is not obvious that MasterContent and DetailContent can be any Vaadin component.
Proposal