BitstylesPhoenix.Component.DescriptionList.ui_dl
You're seeing just the function
ui_dl
, go back to BitstylesPhoenix.Component.DescriptionList module for more information.
Render a description list with items.
Attributes
class
- Extra classes to pass to thedl
tag. SeeBitstylesPhoenix.Helper.classnames/1
for usage.- All other attributes are passed to the
dl
tag.
Attributes - item
slot
label
- If set renders two tagsui_dt/1
with the contents of the attribute andui_dd/1
with the inner contents of the slot. 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.class
- Extra classes to pass to theli
tag. SeeBitstylesPhoenix.Helper.classnames/1
for usage.- All other attributes are passed to the
li
tag.
See bitstyles description list docs for examples.