![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@phila/phila-ui-app-header
Advanced tools
The most basic header with an application title and sub-title.
<app-header
app-title="My Application"
app-subtitle="Description about this application"
/>
Adds an application specific logo and link. Often used to display a department's logo and link back to the department's website.
<app-header
:branding-image="{ src: 'my-logo-image.jpg'}"
:branding-link="{ href: 'http://www.example.com '}"
/>
The branding-image
accepts an object of <img>
attributes.
{
src: "my-logo-image.png",
alt: "department logo"
width: "200px"
}
The image width and height are not enforced. Use the image attributes width/height, or css styles to set it.
The branding-link
accepts an object of <a>
attributes.
{
href: "http://phila.gov/my-department",
target: "_blank"
}
If the branding-image
is set, then a branding-link
is also used. By default the branding-link
is '/'
Makes the header non-sticky and fluid (content stretches to the length of the window).
<app-header
:is-sticky="false"
:is-fluid="false"
/>
Most applications should use the default values
<slot>
<app-header>
<mobile-nav
slot="mobile-nav"
:links="myLinks"
/>
</app-header>
See the Mobile Navigation component for more information.
<slot>
<app-header>
<tabs-nav
slot="tabs-nav"
:links="myLinks"
/>
</app-header>
See the Tabbed Navigation component for more information.
<slot>
<app-header>
<dropdown-nav
slot="dropdown-nav"
:links="myLinks"
/>
</app-header>
The positioning of the dropdown navigation depends on the presence of the tabbed navigation. If a tabbed navigation is present, then the dropdown is aligned with the tabs. If the tabs are not present, then the dropdown is aligned with the title. See the Dropdown Navigation component for more information.
<slot>
<app-header>
<lang-selector
slot="lang-selector-nav"
:languages="myLanguages"
/>
</app-header>
The positioning of the language selector depends on the presence of the tabbed navigation. If a tabbed navigation is present, then the language selector dropdown is aligned with the tabs. If the tabs are not present, then the dropdown is aligned with the title. See the Language Selector component for more information.
The application header is responsive, so its size will render smaller in the preview windows below, and some elements may be hidden. Click on the new window button/icon to view it on a larger window.
FAQs
Unknown package
We found that @phila/phila-ui-app-header demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.