Top 20 NuGet Packages depending on Xam.Plugin.HtmlLabel
Total dependencies: 1
InterfaceBuilder is an hepful api to write Xamarin.Forms user interfaces directly in sourcecode. It's heavly relying on the builder pattern. So you can write:
var ui = new UI();
MainPage = ui.Page("MainPage", ui.Stack().With(
ui.Label("A"),
ui.Label("B"),
ui.Label("C"))
);