API
Props
name | type | default | description | required version |
is-link | boolean | false | if this is a link; if true, there will be an arrow on the right | -- |
link | string object | redirect link. Can be http(s) protocol; can also be vue-router format | -- | |
border-intent | boolean | true | if set border intent on the left side | v2.2.1-rc.1 |
align-items | string | center | flexbox align-items setting | v2.6.5 |
Slots
name | description | required version |
default | content body | -- |
Contributors
Contributors
Total commits quantity: 13,Total contributors quantity: 2
airylandQiongrong JiangChangelog
Releases
- v2.6.5 [feature] add prop:align-items
- v2.5.5 [change] Remove default slot's div wrapper #1769
- v2.2.1-rc.1 [feature] Support prop:border-intent
- v2.1.1-rc.1 [feature] new component