ux-inline-list

ux-inline-list Documentation

Read Foundation's ux-inline-list docs for more details.


Use Cases Manifest
Use case: Data driven use case
    {{#events.uxInlineList_45}}
  • {{this}}
  • {{/}}

	{
     "class": "inline-list",
     "items": [
         {
             "href": "#",
             "text": "Link 1"
         },
         {
             "href": "#",
             "text": "Link 2"
         },
         {
             "href": "#",
             "text": "Link 3"
         }
     ]
 }

Semantic Data Model
class - The class name for the list
items - List of items (href & text objects)