1.0.2 • Published 8 months ago

@faiz-ui/alert v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@faiz-ui/alert

Alert 组件用于显示提示信息,支持多种样式和功能。

安装

npm install @faiz-ui/alert
# or
yarn add @faiz-ui/alert
# or
pnpm add @faiz-ui/alert

使用

import { Alert } from '@faiz-ui/alert'

export default function App() {
  return <Alert color="success">这是一个成功提示信息</Alert>
}

特性

  • 支持多种颜色变体:primary, secondary, success, warning, danger, info
  • 支持多种样式变体:solid, outline, ghost, light, flat, sketchy
  • 支持自定义图标或隐藏图标
  • 支持添加操作按钮
  • 支持关闭按钮
  • 支持控制显示/隐藏
  • 支持自定义样式
1.0.2

8 months ago

1.0.1

8 months ago