0.0.2 • Published 2 years ago
laya-coreui-es v0.0.2
laya-coreui-es
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改。
Install
$ npm install laya-coreui-es
How to use BeautifulSoup
Import
// es6
import { Box, Image, Label, Laya } from "laya-coreui-es";
// iife
<script type="text/javascript" src="laya.coreui.min.js"></script>;
IDE编辑器编辑的皮肤中使用到的UI组件需在Main中安装方可正常使用
Laya.install([Image, Label, Box, HBox, VBox, Panel]);