ダウンロード

Bulmaの代替バージョン


Bulmaのプリビルドされた代替バージョンのいずれかを使用してください。

人によって要件が異なるため、Bulmaはすぐに使用できるさまざまなバージョンで提供されています。

バージョン プレフィックス 使用方法 ダウンロード
完全版
(ライブラリ + ヘルパー)
なし
<section class="section">
  <div class="container has-text-centered">
    <h1 class="title">
      Hello World
    </h1>
    <p class="subtitle">
      My first website with
      <strong class="has-text-primary">Bulma</strong>!
    </p>
  </div>
</section>
プレフィックス付き bulma-
<section class="bulma-section">
  <div class="bulma-container bulma-has-text-centered">
    <h1 class="bulma-title">
      Hello World
    </h1>
    <p class="bulma-subtitle">
      My first website with
      <strong class="bulma-has-text-primary">Bulma</strong>!
    </p>
  </div>
</section>
ライブラリのみ
ヘルパーなし
なし
<section class="section">
  <div class="container">
    <h1 class="title">
      Hello World
    </h1>
    <p class="subtitle">
      My first website with
      <strong>Bulma</strong>!
    </p>
  </div>
</section>
ヘルパーなし、プレフィックス付き
ライブラリのみ
bulma-
<section class="bulma-section">
  <div class="bulma-container">
    <h1 class="bulma-title">
      Hello World
    </h1>
    <p class="bulma-subtitle">
      My first website with
      <strong>Bulma</strong>!
    </p>
  </div>
</section>
ダークモードなし
ライトテーマのみ
なし
<section class="section">
  <div class="container has-text-centered">
    <h1 class="title">
      Hello World
    </h1>
    <p class="subtitle">
      My first website with
      <strong class="has-text-primary">Bulma</strong>!
    </p>
  </div>
</section>

Bulmaのサポート方法

#native_company# #native_desc#
#native_cta#