npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

neon-glass-ui

v1.0.4

Published

Ultra-modern React UI library with glassmorphism and neon effects

Readme

⚡️ Neon Glass UI

Neon Glass UI Banner

The Ultimate Futuristic React Component Library

npm version npm downloads license bundle size


🔮 Overview

Neon Glass UI is not just another component library. It's a design statement. Built for the next generation of web applications, it combines the frosted elegance of Glassmorphism with the electric energy of Neon, powered by the smooth physics of Framer Motion.

Perfect for AI tools, SaaS dashboards, Crypto portfolios, and Gaming hubs.

✨ Features

  • 💎 True Glassmorphism: Multi-layered blur effects that work on any background.
  • ⚡️ Reactive Neon: Borders and shadows that glow and pulse on interaction.
  • 🕹 3D Tilt Physics: Cards that respond to mouse movement in real-time.
  • 🚀 Performance First: Built on Tailwind CSS for zero-runtime styling overhead.
  • 📱 Fluid Animations: Framer Motion powered entrances and micro-interactions.
  • 🎨 Custom Theming: Fully compatible with your existing Tailwind setup.

📦 Installation

Get started in seconds.

npm install neon-glass-ui framer-motion lucide-react
# or
yarn add neon-glass-ui framer-motion lucide-react
# or
pnpm add neon-glass-ui framer-motion lucide-react

Note: Tailwind CSS is required. Ensure you have it set up in your project.


🚀 Usage

1. Import Styles

First, import the CSS in your root file (main.jsx, App.jsx, or index.js).

import 'neon-glass-ui/style.css';

2. Use Components

Import any component and drop it into your React app.

import { TiltCard, NeonButton, OrbBackground, GradientText } from 'neon-glass-ui';

function App() {
  return (
    <div className="relative min-h-screen bg-black text-white">
      <OrbBackground />
      
      <main className="flex flex-col items-center justify-center h-screen gap-8">
        
        <h1 className="text-5xl font-bold">
          Welcome to <GradientText>The Future</GradientText>
        </h1>
        
        <TiltCard glowColor="purple" className="p-8 max-w-sm">
          <h2 className="text-2xl font-bold mb-4">Interactive 3D Card</h2>
          <p className="text-gray-400 mb-6">
            Hover over me to see the 3D tilt effect and dynamic neon glow.
          </p>
          <NeonButton variant="glow">
            Activate System
          </NeonButton>
        </TiltCard>
        
      </main>
    </div>
  );
}

🧩 Components

<TiltCard />

A 3D-perspective container that rotates based on cursor position.

  • Props: glowColor ('purple', 'blue', 'green', 'pink'), className, children

<NeonButton />

High-impact buttons with hover glow effects and tap scales.

  • Props: variant ('primary', 'secondary', 'glow'), onClick, children

<OrbBackground />

Deep space ambient background with floating animated orbs.

  • Props: orbs (Array of custom orb configs), className

<GradientText />

Animated, flowing gradient text for headlines.

  • Props: animate (boolean), className, children

🏷 Keywords

React, UI Library, Glassmorphism, Neon, 3D, Tilt, Framer Motion, Tailwind CSS, Animation, Modern, Futuristic, Dark Mode, Components, Design System, Cyberpunk.


📄 License

MIT © Abhishek Verma