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.

9 lines 1.02 kB
export default [ { label: 'saveKey', src: './$info/props/save-key.md', title: 'Ключ Веб-хранилища', color: 'green' }, { label: 'opened', src: './$info/props/opened.md', title: 'Управление отображением', color: 'green' }, { label: 'maxHeight', src: './$info/props/max-height.md', title: 'Максимальная высота окна в пикселях', color: 'green' }, { label: 'maxWidth', src: './$info/props/max-width.md', title: 'Максимальная ширина окна в пикселях', color: 'green' }, { label: 'minWidth', src: './$info/props/min-width.md', title: 'Минимальная ширина окна в пикселях', color: 'green' }, { label: 'parent', src: './$info/props/parent.md', title: 'Владелец выпадающего окна', color: 'green' }, { label: 'intersect', src: './$info/props/intersect.md', title: 'Перекрытие элемента-владельца', color: 'green' }, ]