Rail A rail is used to show accompanying content next to the main view of a site UI Components ["web-component"] Spec
Categories

Rail

A rail is used to show accompanying content next to the main view of a site

element Rail <ui-rail> {
// A rail is used to show accompanying content next to the main view of a site
// export Rail
}
export default {
uiType: 'element',
name: 'Rail',
description: 'A rail is used to show accompanying content next to the main view of a site',
tagName: 'ui-rail',
exportName: 'Rail',
content: [],
types: [],
variations: [],
events: [],
settings: [],
};
{ "uiType": "element", "name": "Rail", "description": "A rail is used to show accompanying content next to the main view of a site", "tagName": "ui-rail", "exportName": "Rail", "content": [], "types": [], "variations": [], "events": [], "settings": [] }