naive-ui/demo/documentation/components/gradient-text/zhCN/index.demo-entry.md
2020-12-12 14:44:44 +08:00

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 | `()` | |