Skip to main content English Español Claro Oscuro Sistema

Header

<gstock-header> | GstockHeader

API

Propiedades

Nombre Descripción Reflects Tipo Por defecto
disabled Disables the header Reflects boolean false
position The positioning type. The behavior of the different options. Learn more. 'absolute' | 'fixed' | 'relative' | 'static' | 'sticky' 'relative'
title The title header for show the title of the application. string ''
updateComplete

A read-only promise that resolves when the component has finished updating.

Aprende más sobre atributos y propiedades .

Slots

Nombre Descripción
toggle-menu The toggle menu slot. Use it to place a custom toggle menu button (e.g. <gstock-icon-button slot="toggle-menu" icon="menu">).
logo The logo slot. Use it to place a logo element (e.g. <gstock-logo slot="logo">).
avatar The avatar slot. Use it to place an avatar element (e.g. <gstock-avatar slot="avatar" initials="SF">). When combined with the user-menu slot, the avatar acts as a dropdown trigger.

Aprende más sobre slots .