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

@giftee/abukuma-css

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giftee/abukuma-css

CSS Framework of Giftee Design System

0.1.5
Source
npm
Version published
Maintainers
0
Created
Source

@giftee/abukuma-css

@giftee/abukuma-css は株式会社ギフティのデザインシステム Abukuma の CSS framework です。

インストール

$ npm install @giftee/abukuma-css

アイコンは figma からダウンロードして使ってください。

使い方

package のインストール後は適切な箇所にインポートして使ってください。

<body>
  <div>
    <button class="ab-Button">g4b-light Button</button>
  </div>
</body>

テーマ

デフォルトで g4b-light テーマになっています。テーマをスイッチしたい場合は、任意の箇所に data-theme='g4b-light/skeleton-light' を追加してください。

<body>
  <div>
    <button class="ab-Button">g4b-light Button</button>
    <div data-theme="skeleton-light">
      <button class="ab-Button">skeleton-light Button</button>
      <div data-theme="g4b-light">
        <button class="ab-Button">g4b-light Button</button>
      </div>
    </div>
  </div>
</body>

開発

開発については DEVELOP.md を参照してください。

リリース

リリースについては RELEASING.md を参照してください。

ライセンス

このプロダクトはMITの条件に従ってライセンスされています。

FAQs

Package last updated on 29 Jul 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