# HTAlert 警告

用于页面中展示重要的提示信息。

# title 基本用法

通过 title 设置文案

# type 设置主题

通过 type 设置主题,可选值为 infosuccesswarningerror,默认类型是 info

# description 辅助信息

通过 description 设置辅助描述信息

# customClass 自定义类名

通过自定义类名设置样式

# API

属性 描述 类型 默认值
title 标题 String -
type 类型 'info' / 'warning' / 'warn' / 'error' 'info'
description 辅助信息 String -
customeClass 自定义类名 String -