![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.
@aqzhyi/astro-bulma
Advanced tools
it provides a series of tools, templates, and components using bulma.io for building web applications, based on withAstro.
[!IMPORTANT]
Most users of this project are from private repositories. Therefore, this project may have some opinionated designs.
---
// This is a blank HTML template with the Bulma and Font Awesome loaded through CDN
import { BaseLayout } from '@aqzhyi/astro-bulma'
---
<BaseLayout>
<Fragment slot='head'>
<title>Home</title>
</Fragment>
<nav
class='navbar'
role='navigation'
aria-label='main navigation'
>
<div class='navbar-brand'>
<a
class='navbar-item'
href='https://github.com/Aqzhyi'
target='_blank'
>
<img
src='/avatar-defaults.jpg'
width='28'
height='28'
/>
</a>
<a
role='button'
class='navbar-burger'
aria-label='menu'
aria-expanded='false'
data-target='navbarBasicExample'
>
<span aria-hidden='true'></span>
<span aria-hidden='true'></span>
<span aria-hidden='true'></span>
<span aria-hidden='true'></span>
</a>
</div>
<div class='navbar-end'>
<div class='navbar-item'>
<div class='buttons'>
<span class='icon-text'>
<i
slot='icon'
class='fa-brands fa-square-github'
></i>
<a
slot='text'
href='https://github.com/aqzhyi'
>
Github
</a>
</span>
</div>
</div>
</div>
</nav>
</BaseLayout>
<style>
.root {
display: grid;
gap: 1rem;
grid-template-columns: 1fr 1fr;
}
</style>
several blank Layout.astro
templates, but with Bulma CSS
for designers to make their own content designs
several preset BulmaComponent.astro
components
RWD patterns
Google Analytics 4 slots
[!TIP]
TBD...
FAQs
it provides a series of tools, templates, and components using bulma.io for building web applications, based on withAstro.
The npm package @aqzhyi/astro-bulma receives a total of 1 weekly downloads. As such, @aqzhyi/astro-bulma popularity was classified as not popular.
We found that @aqzhyi/astro-bulma 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.