Sha256: 1b9f623d23c4673e6a9f2648c4e264d61c9cf7c7b586a55d416f3c4867932aa6
Contents?: true
Size: 1.58 KB
Versions: 172
Compression:
Stored size: 1.58 KB
Contents
[ { "name": "items", "type": "array", "required": true, "description": "Array of breadcrumbs item objects.", "params": [ { "name": "text", "type": "string", "required": true, "description": "If `html` is set, this is not required. Text to use within the breadcrumbs item. If `html` is provided, the `text` argument will be ignored." }, { "name": "html", "type": "string", "required": true, "description": "If `text` is set, this is not required. HTML to use within the breadcrumbs item. If `html` is provided, the `text` argument will be ignored." }, { "name": "href", "type": "string", "required": false, "description": "Link for the breadcrumbs item. If not specified, breadcrumbs item is a normal list item." }, { "name": "attributes", "type": "object", "description": "HTML attributes (for example data attributes) to add to the individual crumb." } ] }, { "name": "classes", "type": "string", "required": false, "description": "Classes to add to the breadcrumbs container." }, { "name": "attributes", "type": "object", "required": false, "description": "HTML attributes (for example data attributes) to add to the breadcrumbs container." } ]
Version data entries
172 entries across 172 versions & 1 rubygems