We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
标题栏用于各中容器的顶部,起到了内容概览和引导页级操作的作用。
当需要使用户快速理解当前容器是什么以及一些快捷操作。
title
string|v-slot:default
subTitle
string|v-slot:subTitle
extra
string|string[]|v-slot:extra
size
extraLarge|large|medium|small
large
h1|h2|h3|h4
prefix
string|v-slot:prefix
extraClick
(name: string, evt: MouseEvent) => void
name
prefixClick
(evt: MouseEvent) => void
The text was updated successfully, but these errors were encountered:
@rhinonan @hele10086 麻烦 review 一下 API
Sorry, something went wrong.
后续可能会增加 tag,avatar 等配置,依赖于相关组件。
没什么问题
@rhinonan 新增了一个 extraClick 的 emit
feat(comp:title): add title component (#197)
94069f1
fix #188
rhinonan
hele10086
danranVm
Successfully merging a pull request may close this issue.
What problem does this feature solve?
What does the proposed API look like?
标题栏用于各中容器的顶部,起到了内容概览和引导页级操作的作用。
何时使用
当需要使用户快速理解当前容器是什么以及一些快捷操作。
API
ix-title
Props
title
string|v-slot:default
subTitle
string|v-slot:subTitle
extra
string|string[]|v-slot:extra
size
extraLarge|large|medium|small
large
h1|h2|h3|h4
prefix
string|v-slot:prefix
Emits
extraClick
(name: string, evt: MouseEvent) => void
name
为传入的extra
值prefixClick
(evt: MouseEvent) => void
The text was updated successfully, but these errors were encountered: