naive-ui/demo/documentation/components/gradientText/zhCN/index.md
2020-08-10 22:12:59 +08:00

546 B

渐变文字 Gradient Text

这个东西看起来没啥用,实际上确实没啥用。

演示

basic
size
custom

Props

名称 类型 默认值 说明
theme 'light' | 'dark' | null null
themed-style { [themeName: string]: Object } | null null
type 'primary' | 'info' | 'success' | 'warning' | 'error' 'primary'
size number | string null
gradient string | { from: string, to: string, deg: number | string } null

Slots

名称 参数 说明
default ()