@an7/weapp

自定义的一组针对微信小程序的UI组件。目前仅为开发版,仅供团队内部使用,暂不对外提供支持。

Usage no npm install needed!

<script type="module">
  import an7Weapp from 'https://cdn.skypack.dev/@an7/weapp';
</script>

README

anui-miniprogram

自定义的一组针对微信小程序的UI组件。目前仅为开发版,仅供团队内部使用,暂不对外提供支持。

组件列表

  1. tag 标签组件,用于对界面内容打标签。支持标签点击切换,支持数据绑定和关闭。
  2. segmented 仿iOS的分段组件,支持横向滚动,需要在组件上设置scrollable属性;支持iOS12和iOS14两种风格,通过theme="ios12"或theme="ios14"启用不同风格,默认为ios12。