naive-ui/demo/documentation/components/gradientText/zhCN/index.md
2020-03-12 21:32:47 +08:00

622 B
Raw Blame History

渐变文字 Gradient Text

为啥要弄这么个东西呢Rita 在一些警告信息上试了试渐变文字,我觉得看起来还挺好的。所以就有了这么个东西。

演示

basic
size
custom

Props

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

Slots

名称 参数 说明
default ()