Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 899 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 899 Bytes

chameleon-ui-builtin

本仓库为 cml 框架的内置组件库,提供跨端基础内置组件

详细见cml内置组件文档

简介

cml 提供了大量内置组件,包括但不限于以下类型:

  • 基础内容
  • 布局容器
  • 表单组件
  • 媒体组件

同时,cml提供给开发者扩展多态组件的能力

例如:

<template>
  <view class="flex-item"></view>
  <button type="blue" text="确定"/>
</template>

如何开发

npm install
cml dev  //开始开发

多端预览效果

web 微信小程序 native-weex