1.1.0 • Published 3 years ago

circular-container v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Examples, 样例

Notice

Not support IE 不支持IE浏览器

Installation

install with NPM

npm install circular-container --save

Usage

<circular-container :text="text" />
import circularContainer from 'circular-container'
export default {
  components: {
    circularContainer
  },
  data () {
    return {
      text: '我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本,我是长文本'
    }
  }
}

Params

ParameterExplanation必填default
text文本
fontSize字体大小14
width宽度200
height高度等于width
color文字的颜色#000
background背景颜色 否deepskyblue
emptyFirstLine空出首行false
padding内边距0
1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago