Alert 警告框
<view class="page">
<view class="page__hd">
<view class="page__title">Alert</view>
<view class="page__desc">警告框</view>
</view>
<view class="page__bd page__bd_spacing">
<view class="sub-title">Theme</view>
<wux-alert theme="light" title="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert theme="stable" title="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert theme="positive" title="https://github.com/wux-weapp/wux-weapp" />
<wux-alert theme="calm" title="https://github.com/wux-weapp/wux-weapp" />
<wux-alert theme="assertive" title="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert theme="balanced" title="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert theme="energized" title="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert theme="royal" title="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert theme="dark" title="https://github.com/wux-weapp/wux-weapp" />
<view class="sub-title">Closable</view>
<wux-alert closable title="微信小程序自定义组件" label="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert closable title="微信小程序自定义组件" label="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-alert closable title="微信小程序自定义组件" label="https://github.com/wux-weapp/wux-weapp" />
<view class="sub-title">Thumb</view>
<wux-alert thumb="https://wux.cdn.cloverstd.com/logo.png" label="https://github.com/wux-weapp/wux-weapp" />
<wux-white-space />
<wux-white-space />
<wux-alert thumb="https://wux.cdn.cloverstd.com/logo.png" label="https://github.com/wux-weapp/wux-weapp" />
<view class="sub-title">Slot</view>
<wux-icon wux-class="thumb" type="ios-checkmark-circle-outline" size="20" color="#fff" slot="header" />
<text>微信小程序自定义组件</text>
<wux-icon wux-class="close" type="ios-close-circle-outline" size="20" color="#fff" slot="footer" />
</wux-alert>
<wux-white-space />
<wux-alert theme="energized">
<wux-icon wux-class="thumb" type="ios-alert" size="20" color="#fff" slot="header" />
<text>微信小程序自定义组件</text>
</wux-alert>
<wux-white-space />
<wux-alert theme="assertive">
<wux-icon wux-class="thumb" type="ios-close-circle-outline" size="20" color="#fff" slot="header" />
<text>微信小程序自定义组件</text>
</wux-alert>
</view>
</view>
Alert