-
Notifications
You must be signed in to change notification settings - Fork 7
NavbarBrand
Mika Berglund edited this page Feb 28, 2020
·
3 revisions
The NavbarBrand
component is used to create the brand section of a Navbar
component. This section usually displays the name of the application or site, with an additional logo. The brand also normally works as a link to the front page of the site or application.
NavbarBrand
: BootstrapComponentBase
Name | Type | Description |
---|---|---|
Text | string | The text to show in the brand section. Typically the name or title of your site or application. |
Url | string | The URL that the brand link will point to. Very often this is the link to the front page of your site or application. |
ImageUrl | string | The URL, either relative or absolute, to an image to use as logo in the brand section. This works best with SVG images, since they scale much better than bitmap based images. |
- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases