BitstylesPhoenix.Component.DescriptonList.ui_dl

You're seeing just the function ui_dl, go back to BitstylesPhoenix.Component.DescriptonList module for more information.

Render a description list with items.

Attributes

  • class - Extra classes to pass to the dl tag. See BitstylesPhoenix.Helper.classnames/1 for usage.
  • All other attributes are passed to the dl tag.

Attributes - item slot

  • label - If set renders two tags ui_dt/1 with the contents of the attribute and ui_dd/1 with the inner contents of the slot. If you need to set more custom content on the ui_dt/1 you can omit this attribute, and provide ui_dt/1 and ui_dd/1 yourself in the inner conten.
  • class - Extra classes to pass to the li tag. See BitstylesPhoenix.Helper.classnames/1 for usage.
  • All other attributes are passed to the li tag.

See bitstyles description list docs for examples.