UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

10 lines 1.38 kB
export const props = [ { label: 'items', src: './$info/props/items.md', title: 'Список элементов', color'green' }, { label: 'focusedItem', src: './$info/props/focused-item.md', title: 'Текущий выделенный элемент', color'green' }, { label: 'selection', src: './$info/props/selection.md', title: 'Содержит список выделенных элементов. Переопределяется в наследниках. Здесь не используется', color'green' }, { label: 'numerable', src: './$info/props/numerable.md', title: 'Определяет нумерованный или маркированный список', color'green'}, { label: 'tag', src: './$info/props/tag.md', title: 'Отображает текущий тэг списка: ul или ol', color'green'}, { label: 'marker', src: './$info/props/marker.md', title: 'Вид маркера списка', color'green' }, { label: 'iconSize', src: './$info/props/icon-size.md', title: 'Размер иконки. Переопределяется в наследниках. Здесь не используется', color'green'}, { label: 'save-key', src: './$info/props/save-key.md', title: 'Уникальный номер элемента в хранилище', color'green' } ]