0.1.0 • Published 4 years ago

s-panel-title.vue v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

SPanelTitle 信息展示面板

信息展示面板,带有title和边框

示例

基本用法

<s-panel-title title="SSH 密钥管理">
    <div>管理你的 SSH 密钥</div>
    <u-link>如何使用 SSH 密钥?</u-link>
</s-panel-title>

API

Props/Attrs

Prop/AttrTypeOptionsDefaultDescription
titlestring''面板title

Slots

(default)

插入文本或 HTML。