mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
28 lines
665 B
Markdown
28 lines
665 B
Markdown
# 渐变文字 Gradient Text
|
|
|
|
这个东西看起来没啥用,实际上确实没啥用。
|
|
|
|
## 演示
|
|
|
|
```demo
|
|
basic
|
|
size
|
|
custom
|
|
```
|
|
|
|
## Props
|
|
|
|
| 名称 | 类型 | 默认值 | 说明 |
|
|
| --- | --- | --- | --- |
|
|
| gradient | `string \| { from: string, to: string, deg: number \| string }` | `undefined` | |
|
|
| size | `number \| string` | `undefined` | |
|
|
| themed-style | `{ [themeName: string]: Object }` | `undefined` | |
|
|
| theme | `'light' \| 'dark' \| string` | `undefined` | |
|
|
| type | `'primary' \| 'info' \| 'success' \| 'warning' \| 'error'` | `'primary'` | |
|
|
|
|
## Slots
|
|
|
|
| 名称 | 参数 | 说明 |
|
|
| ------- | ---- | ---- |
|
|
| default | `()` | |
|