Grzegorz Kucmierz 0041f18eab
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
diag: add npm whoami to troubleshoot authentication
2026-03-03 09:45:39 +00:00

@gkucmierz/bitcoin-logo

NPM Version License

A premium, customizable, and interactive 3D-style Bitcoin logo component for Vue 3.

🚀 Features

  • Interactive 3D Rotation: Tilt and rotate the logo with mouse or touch.
  • Inertia & Momentum: Smooth rotation that continues after release.
  • Customizable: Control size, colors, and animation speed via props.
  • Premium Aesthetics: Clean SVG-based design with subtle gradients and shadows.

📦 Installation

npm install @gkucmierz/bitcoin-logo

🛠 Usage

<script setup>
import { BitcoinLogo } from '@gkucmierz/bitcoin-logo'
import '@gkucmierz/bitcoin-logo/style.css'
</script>

<template>
  <BitcoinLogo
    :size="256"
    symbolColor="#f7931a"
    :inertia="true"
  />
</template>

Props

Prop Type Default Description
size Number 256 The width and height of the logo in pixels.
symbolColor String '#f7931a' The color of the Bitcoin symbol.
autoRotate Boolean true Whether the logo should rotate automatically.
rotationDuration Number 10 Duration of one full rotation in seconds.
inertia Boolean true Enable inertia during manual interaction.

📄 License

MIT

Description
No description provided
Readme MIT 90 KiB
Languages
Vue 81.1%
CSS 7.8%
JavaScript 7%
Dockerfile 2.1%
HTML 2%