New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aqzhyi/astro-bulma

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aqzhyi/astro-bulma

it provides a series of tools, templates, and components using bulma.io for building web applications, based on withAstro.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

[!IMPORTANT]

Most users of this project are from private repositories. Therefore, this project may have some opinionated designs.

Example

---
// 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>

Objective

bulma.io

  • 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

react.dev

[!TIP]

TBD...

Keywords

FAQs

Package last updated on 01 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc