1.1.0 • Published 5 years ago
circular-container v1.1.0
Examples, 样例
Notice
Not support IE 不支持IE浏览器
Installation
install with NPM
npm install circular-container --saveUsage
<circular-container :text="text" />import circularContainer from 'circular-container'
export default {
components: {
circularContainer
},
data () {
return {
text: '我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本'
}
}
}Params
| Parameter | Explanation | 必填 | default |
|---|---|---|---|
| text | 文本 | 是 | |
| fontSize | 字体大小 | 否 | 14 |
| width | 宽度 | 否 | 200 |
| height | 高度 | 否 | 等于width |
| color | 文字的颜色 | 否 | #000 |
| background | 背景颜色 | 否 | deepskyblue |
| emptyFirstLine | 空出首行 | 否 | false |
| padding | 内边距 | 否 | 0 |