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.

20 lines 1.06 kB
import { description } from './description/_info.js'; import { props } from './props/_info.js'; import { demo } from './demo/_info.js'; export const info = { api: 'oda-list', source: [ { label: 'list.js', src: './list.js', title: 'source code oda-list' }, ], description: description || undefined, props: props || undefined, demo: demo || undefined, about: ` <div style="border: 1px solid ; color: #6699cc; background-color: lightyellow; margin: 10px;padding: 10px;border-radius: 2px;"> <div horizontal=""><b><span>Component List inherited from icon</span></b><span> - is ODA component.</span></div> <div>supported by - '<a href="mailto:support@odajs.org">ODA</a>', author - '<a href="mailto:support@odajs.org">R.A. Perepelkin</a>'</div> <div>Distributed under the BIS LLC.</div> <div>Copyright (c) 2007-2020. All rights reserved.</div> <div><a target="_blank" href="https://www.odajs.org">https://www.odajs.org</a></div> </div>` }