How to write documentation in a panel? With textbox?

Typically I would write some information about an addon like this. However I do not exactly like this way. What would be a better one?

		col = layout.column()
		col.label(text='Info')
		col.label(text='Some information')
		col.label(text='about the addon.')
		col.label(text='Written like this')
		col.label(text='using multiple labels.')
1 Like