【文件属性】:
文件名称:apple-style-controls:符合Apple风格准则的带有Web控件的高性能视图库
文件大小:160KB
文件格式:ZIP
更新时间:2024-06-03 17:47:35
javascript apple web-development high-performance vanilla-javascript
苹果风格的控件
符合Apple风格准则的带有Web控件的高性能视图库
演示
应用程序的主要组件
所有组件都应具有“ asc”类
成分
asc . component ( '' , function ( ) {
//template from html file
this . templateSrc = "...path..to..template..." ;
//or template from string (string template has priority)
this . template = "...template..." ;
//enables lazy loading for template
this . lazyTemplate = true ;
} ) ;
组件名称应为以下之一