A component displaying label-value information.
DescriptionList
API is experimental and may change in the future. It has been marked as @deprecated
to remind the developer that it is experimental. It is not "deprecated", just experimental. Please don't use it in production versions of your app. We do not guarantee backward compatibility, or that the API will remain stable.<dl>
, <dt>
, and <dd>
HTML tags.
<Experimental_DescriptionList.Item />
s with the information to display.<Experimental_DescriptionList />
component can only have <Experimental_DescriptionList.Item />
s as children.<Experimental_DescriptionList.Item />
<Experimental_DescriptionList.Item />
can contain either text (including <Link />
s), or
<Experimental_Badge />
s, but never both.