BitstylesPhoenix.Component.DescriptionList.ui_dl_item
You're seeing just the function
ui_dl_item
, go back to BitstylesPhoenix.Component.DescriptionList module for more information.
Render a description list item.
Attributes
label
- If set renders two tagsui_dt/1
with the contents of the attribute andui_dd/1
with the inner contents of the component. If you need to set more custom content on theui_dt/1
you can omit this attribute, and provideui_dt/1
andui_dd/1
yourself in the inner conten.value
- Iflabel
is set, avalue
can be specified instead of using the inner content of the component.class
- Extra classes to pass to thediv
tag. SeeBitstylesPhoenix.Helper.classnames/1
for usage.- All other attributes are passed to the
div
tag.