mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
622 B
622 B
渐变文字 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 | () |