khufu.typography.ul module

ul(itemList=[], unstyled=False, inline=False, dropDownMenu=False, navStyle=False, navPull=False, navDirection='horizontal', breadcrumb=False, pager=False, thumbnails=False, mediaList=False, htmlId=False)[source]

Get An unordered list – can be used for navigation, stacked tab and pill

Key Arguments

  • itemList – a list of items to be included in the unordered list

  • unstyled – is the list to be unstyled (first children only)

  • inline – place all list items on a single line with inline-block and some light padding.

  • dropDownMenu – is this ul to be used in a dropdown menu? [ false | true ]

  • navStyle – set the navigation style if used for tabs & pills etc [ nav | tabs | pills | list ]

  • navPull – set the alignment of the navigation links [ false | left | right ]

  • navDirection – set the direction of the navigation [ ‘default’ | ‘stacked’ ]

  • breadcrumb – display breadcrumb across muliple pages? [ False | True ]

  • pager – use <ul> for a pager

  • thumbnails – use the <ul> for a thumnail block?

  • mediaList – use the <ul> for a media object list?

  • htmlId – the html id of the ul

Return

  • ul