Alert 警告框

    1. <view class="page">
    2. <view class="page__hd">
    3. <view class="page__title">Alert</view>
    4. <view class="page__desc">警告框</view>
    5. </view>
    6. <view class="page__bd page__bd_spacing">
    7. <view class="sub-title">Theme</view>
    8. <wux-alert theme="light" title="https://github.com/wux-weapp/wux-weapp" />
    9. <wux-white-space />
    10. <wux-alert theme="stable" title="https://github.com/wux-weapp/wux-weapp" />
    11. <wux-white-space />
    12. <wux-alert theme="positive" title="https://github.com/wux-weapp/wux-weapp" />
    13. <wux-alert theme="calm" title="https://github.com/wux-weapp/wux-weapp" />
    14. <wux-alert theme="assertive" title="https://github.com/wux-weapp/wux-weapp" />
    15. <wux-white-space />
    16. <wux-alert theme="balanced" title="https://github.com/wux-weapp/wux-weapp" />
    17. <wux-white-space />
    18. <wux-alert theme="energized" title="https://github.com/wux-weapp/wux-weapp" />
    19. <wux-white-space />
    20. <wux-alert theme="royal" title="https://github.com/wux-weapp/wux-weapp" />
    21. <wux-white-space />
    22. <wux-alert theme="dark" title="https://github.com/wux-weapp/wux-weapp" />
    23. <view class="sub-title">Closable</view>
    24. <wux-alert closable title="微信小程序自定义组件" label="https://github.com/wux-weapp/wux-weapp" />
    25. <wux-white-space />
    26. <wux-alert closable title="微信小程序自定义组件" label="https://github.com/wux-weapp/wux-weapp" />
    27. <wux-white-space />
    28. <wux-alert closable title="微信小程序自定义组件" label="https://github.com/wux-weapp/wux-weapp" />
    29. <view class="sub-title">Thumb</view>
    30. <wux-alert thumb="https://wux.cdn.cloverstd.com/logo.png" label="https://github.com/wux-weapp/wux-weapp" />
    31. <wux-white-space />
    32. <wux-white-space />
    33. <wux-alert thumb="https://wux.cdn.cloverstd.com/logo.png" label="https://github.com/wux-weapp/wux-weapp" />
    34. <view class="sub-title">Slot</view>
    35. <wux-icon wux-class="thumb" type="ios-checkmark-circle-outline" size="20" color="#fff" slot="header" />
    36. <text>微信小程序自定义组件</text>
    37. <wux-icon wux-class="close" type="ios-close-circle-outline" size="20" color="#fff" slot="footer" />
    38. </wux-alert>
    39. <wux-white-space />
    40. <wux-alert theme="energized">
    41. <wux-icon wux-class="thumb" type="ios-alert" size="20" color="#fff" slot="header" />
    42. <text>微信小程序自定义组件</text>
    43. </wux-alert>
    44. <wux-white-space />
    45. <wux-alert theme="assertive">
    46. <wux-icon wux-class="thumb" type="ios-close-circle-outline" size="20" color="#fff" slot="header" />
    47. <text>微信小程序自定义组件</text>
    48. </wux-alert>
    49. </view>
    50. </view>

    Alert