Introducing Nyx UI v1.2.0

Cyberpunk Card

A futuristic glowing card that shifts colors dynamically. Supports hover-triggered light trails around the border.

Lucy

Edgerunner

Advanced cybernetic enhancement module for combat performance

80%
75%
60%

David

Edgerunner

Advanced cybernetic enhancement module for combat performance

75%
80%
85%

Installation

Examples

NEURAL HACKING SUITE

v2.7.3-BETA
ONLINE
NODE: 0x7F3A
SYSTEM INTEGRITY75.3%
UPTIME
13:42:06
THREATS
0 ACTIVE
BANDWIDTH
847 MB/s
IMG_7F3A.dat
Neural Interface Display
SCAN_COMPLETE
CONNECTION STATUS:
SECURED & ENCRYPTED
PRIMARY TARGET:
>> ARASAKA_MAINFRAME.db
SECURITY_LEVEL: MAXIMUM
NETWORK METRICS:
LATENCY
127ms
STABILITY
99.7%
SIGNAL STRENGTH:
ICE: 3/7
CPU: 42%
RAM: 67%
NEURAL_LINK_ACTIVE

Usage

import { CyberpunkCard } from "@/components/ui/cyberpunk-card";
<CyberpunkCard
  theme="neon-blue"
  borderStyle="solid"
  colorShift={true}
  lightTrail={true}
  rounded="md"
  glow={true}
  glowIntensity={3}
>
  <div className="p-6">
    <h3 className="text-xl font-bold text-white">Cyberpunk Title</h3>
    <p className="text-blue-100 mt-2">Your content goes here</p>
  </div>
</CyberpunkCard>

Props

Cyberpunk Card

PropTypeDefaultDescription
themestring"neon-blue"The color theme of the card. Possible values: "neon-blue", "neon-pink", "neon-green", "neon-orange", "neon-purple", "matrix-green", "cyber-red", "hologram", "custom"
customColorsobjectundefinedCustom colors for the card when theme is set to "custom". The object should include properties: primary, secondary, and accent
borderStylestring"solid"The border style of the card. Possible values: "solid", "dashed", "glitch", "corners", "animated", "circuit"
colorShiftbooleantrueWhether to enable the color shift effect
lightTrailbooleantrueWhether to enable the light trail effect
roundedstring"md"The border radius of the card. Possible values: "none", "sm", "md", "lg"
glowbooleantrueWhether to show a glow effect
glowIntensitynumber3The intensity of the glow effect (1-5)
backgroundEffectstring"none"Background visual effect. Possible values: "none", "circuit", "matrix", "scanlines", "particles", "waves"
pulseAnimationbooleanfalseWhether to enable pulsing animation effect
glitchEffectbooleanfalseWhether to enable glitch visual effect
hologramFlickerbooleanfalseWhether to enable hologram flickering effect
dataStreambooleanfalseWhether to show animated data stream effect
loadingbooleanfalseWhether to show loading state with animations
animationSpeedstring"normal"Speed of animations. Possible values: "slow", "normal", "fast"
classNamestring""Additional CSS classes to apply
childrenReact.ReactNodeundefinedContent of the card