![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.
@cagovweb/cal-ds-header
Advanced tools
cal-ds-header
Banner for the top of any page. Place the code anywhere in your HTML and it will move to the top.
<cal-ds-header
data-logo-overflow="true"
data-apps-link-style="link"
data-apps-link-url="https://www.ca.gov"
data-apps-link-tooltip="Link to www.ca.gov website"
data-brightness-mode="auto | light | dark"
>
<template>
<!-- Site Branding -->
<a href="/">
<!-- Branding logo -->
<img src="https://cdn.cdt.ca.gov/cdt/CAWeb/site-logo-circle.svg" alt="Eureka Design System logo">
<!-- Branding text -->
<span>California</span>
<span>Department Website</span>
</a>
<!-- Nav links -->
<nav>
<a href="/home/">Home</a>
<a href="/about/">About</a>
</nav>
<!-- Utility Menu -->
<nav>
<a href="/contact/">Contact Us</a>
</nav>
<!-- Search Form -->
<form action="/serp.html">
<input placeholder="Search">
</form>
<!-- Additional header links -->
<a href="#" class="login-button">Login</a>
</template>
<!-- Optional DOM slots -->
<span slot="slot1">Slot 1</span>
<span slot="slot2">Slot 2</span>
<span slot="slot3">Slot 3</span>
<span slot="slot4">Slot 4</span>
<span slot="slot5">Slot 5</span>
<span slot="slot6">Slot 6</span>
<span slot="slot7">Slot 7</span>
<span slot="slot8">Slot 8</span>
<span slot="slot9">Slot 9</span>
<span slot="slot10">Slot 10</span>
<span slot="slot11">Slot 11</span>
<span slot="slot12">Slot 12</span>
<span slot="slot13">Slot 13</span>
</cal-ds-header>
<header role="banner">
<!-- Add class "theme-light" to use light header version -->
<slot name="slot1"></slot>
<div class="site-header">
<slot name="slot2"></slot>
<div class="site-header-container">
<slot name="slot3"></slot>
<nav class="mobile-nav-menu" role="navigation">
<a href="#" tabindex="0" class="main-navigation-button" role="button">
<div class="hamburger"></div>
<span class="visually-hidden">Main menu</span>
</a>
<a
href="#"
tabindex="-1"
class="main-navigation-cancel"
role="button"
aria-label="Close menu"></a>
<ul>
<!-- links rendered here -->
</ul>
</nav>
<a href="index.html" class="site-logo">
<!-- add class "no-overflow" to remove image's bottom overflow-->
<img
src="https://cdn.cdt.ca.gov/cdt/CAWeb/site-logo-circle.svg"
alt="Eureka Design System logo"
class="logo-image " />
<div class="site-branding-text">
<span class="state">California</span>
<span class="department">Department Website</span>
</div>
</a>
<slot name="slot4"></slot>
<div class="site-header-utility">
<slot name="slot5"></slot>
<div class="search-container-desktop">
<slot name="slot6"></slot>
<form autocomplete="on">
<label class="search-toggle" for="site-search"
><span class="visually-hidden">Search this site</span></label
>
<input
id="site-search"
type="search"
name="q"
class="search-input"
placeholder="Search..."
tabindex="0"
required />
<button type="submit" class="search-submit" tabindex="-1"></button>
<button type="submit" class="search-submit"></button>
</form>
<slot name="slot7"></slot>
</div>
<slot name="slot8"></slot>
<a href="#" class="login-button"
><span class="login-text">Login</span></a
>
<slot name="slot9"></slot>
<a class="cagov-toggle" href="https://www.ca.gov/">
<span class="visually-hidden">ca.gov link</span>
</a>
<slot name="slot10"></slot>
</div>
<slot name="slot11"></slot>
</div>
<slot name="slot12"></slot>
</div>
<slot name="slot13"></slot>
</header>
<head>
<script src="https://cdn.jsdelivr.net/npm/@cagovweb/cal-ds-header" type="module"></script>
</head>
document.head.appendChild(Object.assign(document.createElement("script"), {src: "https://cdn.jsdelivr.net/npm/@cagovweb/cal-ds-header",type:"module"}));
document.body.innerHTML = `
<cal-ds-header>
<template>
<!-- Site Branding -->
<a href="https://www.ca.gov">
<img
src="https://template.webstandards.ca.gov/images/template-logo.png"
alt="Custom Image"
title="Custom Image" />
<span>California Custom</span>
<span>Department Website Custom</span>
</a>
<!-- Nav links -->
<nav>
<a href="/home/">Home</a>
<a href="/about/">About</a>
</nav>
<!-- Utility Menu -->
<nav>
<a href="/contact/">Contact Us</a>
</nav>
<!-- Search Form -->
<form action="/serp.html">
<input placeholder="Search">
</form>
<!-- Additional header links -->
<a href="#" class="login-button">Login</a>
</template>
</cal-ds-header>
`+document.body.innerHTML;
FAQs
cal-ds-header top header
The npm package @cagovweb/cal-ds-header receives a total of 15 weekly downloads. As such, @cagovweb/cal-ds-header popularity was classified as not popular.
We found that @cagovweb/cal-ds-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.