Skip to content

TNavbarBrand / 导航栏品牌

NavbarBrand displays the logo and brand area inside a TNavbar. Supports image logo with configurable dimensions and click-to-hide-collapsed behavior. / 导航栏品牌在导航栏中展示 Logo 和品牌区域,支持图片 Logo、可配置尺寸和点击收起行为。

Props / 属性

PropType / 类型Default / 默认值Description / 说明
logostringLogo image URL
logoWidthnumber110Logo width
logoHeightnumber32Logo height
hrefstring'.'Link URL

Basic Usage / 基础用法

vue
<template>
  <TNavbarBrand logo="/logo.svg" />
</template>