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

vj-navbar

v2.4.0

Published

A beautiful collection of customizable React UI com### Input Component - 🎨 **Multiple Variants**: Default, filled, outlined, glassmorphism - πŸ”’ **Icon Support**: Left and right icon placement - πŸ“ **Size Options**: Small, medium, and large variants -

Readme

React UI Components Package

A beautiful collection of customizable React UI com### Input Component

  • 🎨 Multiple Variants: Default, filled, outlined, glassmorphism
  • πŸ”’ Icon Support: Left and right icon placement
  • πŸ“ Size Options: Small, medium, and large variants
  • πŸ”’ Password Toggle: Built-in show/hide functionality
  • βœ… Validation: Error, success, and helper text states

Search Component

  • πŸ” Smart Autocomplete: Intelligent search suggestions
  • πŸ“ Recent Searches: Remembers user search history
  • πŸ“ˆ Trending Items: Popular search recommendations
  • ⌨️ Keyboard Navigation: Full arrow key and enter support
  • ⚑ Debounced Input: Optimized performance
  • 🎨 Multiple Variants: Default, glassmorphism, and outlined styles

Modal Component

  • πŸ“ Multiple Sizes: xs, sm, md, lg, xl, and fullscreen
  • 🎨 Design Variants: Default, glassmorphism, minimal, and card
  • ✨ Smooth Animations: Fade, scale, and slide effects
  • πŸ”§ Advanced Features: Maximize/minimize, backdrop control
  • ⌨️ Keyboard Support: Escape key and focus management
  • πŸ“± Mobile Optimized: Touch-friendly interactionsng modern glassmorphism design, dual layout navigation, advanced input fields, smart search, and elegant modals.

🎨 Components

  • Navbar: Versatile navigation with sidebar/top layouts, dropdowns, and mobile responsiveness
  • Input: Feature-rich input fields with icons, validation states, and multiple variants
  • Search: Smart search with autocomplete, recommendations, and keyboard navigation
  • Modal: Elegant modals with animations, multiple sizes, and glassmorphism effects

πŸ“¦ NPM Package

npm install vj-ui-components

Package: https://www.npmjs.com/package/vj-ui-components

πŸš€ Quick Start

import { Navbar, Input, Search, Modal } from 'vj-ui-components';
import { IconHome, IconUser } from '@tabler/icons-react';

function App() {
  const navItems = [
    { icon: <IconHome />, text: "Dashboard", path: "/" },
    { icon: <IconUser />, text: "Profile", path: "/profile" }
  ];

  return (
    <div>
      <Navbar 
        topdata={navItems}
        layout="side" 
        primaryColor="#6366f1"
      />
      
      <Input
        label="Username"
        placeholder="Enter username"
        leftIcon={<IconUser size={18} />}
        variant="glassmorphism"
      />
      
      <Search
        placeholder="Search products..."
        suggestions={['iPhone', 'MacBook', 'iPad']}
        variant="glassmorphism"
      />
      
      <Modal
        isOpen={showModal}
        title="Welcome"
        size="md"
        variant="glassmorphism"
        onClose={() => setShowModal(false)}
      >
        <p>Welcome to our application!</p>
      </Modal>
    </div>
  );
}

πŸ“– Documentation

Complete documentation and examples are available in the src/components/ directory:

✨ Features

Navbar Component

  • 🎨 Dual Layout: Switch between sidebar and top navigation
  • πŸ“± Mobile Responsive: Automatic mobile menu
  • πŸ”½ Dropdown Support: Nested navigation menus
  • ✨ Active State: Intelligent current page detection
  • 🎨 Glassmorphism: Modern frosted glass effects

Search Component

  • πŸ” Smart Autocomplete: Intelligent search suggestions
  • πŸ“ Recent Searches: Remembers user search history
  • οΏ½ Trending Items: Popular search recommendations
  • ⌨️ Keyboard Navigation: Full arrow key and enter support
  • ⚑ Debounced Input: Optimized performance
  • 🎨 Multiple Variants: Default, glassmorphism, and outlined styles

Modal Component

  • οΏ½ Multiple Sizes: xs, sm, md, lg, xl, and fullscreen
  • 🎨 Design Variants: Default, glassmorphism, minimal, and card
  • ✨ Smooth Animations: Fade, scale, and slide effects
  • πŸ”§ Advanced Features: Maximize/minimize, backdrop control
  • ⌨️ Keyboard Support: Escape key and focus management
  • πŸ“± Mobile Optimized: Touch-friendly interactions

🎯 TypeScript Support

Full TypeScript definitions included with comprehensive prop interfaces.

πŸ“± Mobile Responsive

All components are fully responsive with touch-optimized interactions.

🎨 Customizable Theming

Extensive customization options for colors, sizes, and styling to match your brand.

πŸ“„ License

MIT License - feel free to use in personal and commercial projects.

πŸ‘¨β€πŸ’» Author

VJNAVEEN2005 - GitHub

🀝 Contributing

Issues and pull requests are welcome! Please check the existing issues before creating new ones.

πŸ”— Links