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

maya-kit

v0.0.0

Published

A comprehensive React component library and theming system for building modern applications with styled-components.

Readme

Maya UIKit

A comprehensive React component library and theming system for building modern applications with styled-components.

Overview

Maya UIKit provides a complete set of UI components and a flexible theming system to accelerate application development. The library includes 30+ production-ready components ranging from basic inputs to complex interactive elements, all built with TypeScript for type safety and developer experience.

Components

The UIKit includes a wide range of components for common UI patterns:

Form Elements:

  • TextField, TextArea, DivInput - Text input components with validation support
  • CheckBox, RadioButton, RadioButtonList - Selection controls
  • Switch, Slider - Toggle and range inputs
  • DropDown - Customizable dropdown menus

Buttons & Navigation:

  • UIButton, IconButton - Primary action components
  • TabBar - Tab navigation with customizable options
  • Pager - Pagination controls

Feedback & Status:

  • Badge - Status indicators and labels
  • Dot - Simple status dots
  • ProgressIndicator, DoneCheck - Loading and completion states
  • ProgressBar - Multi-step progress visualization
  • ErrorSummary - Error message display

Content Display:

  • Avatar, AvatarGroup - User avatars with grouping
  • UIChip - Dismissible tags and labels
  • UILabel - Styled text labels
  • Overlay - Modal overlays

Icons & Media:

  • Icon - Comprehensive icon set with IconNames
  • UIFileIcon - File type icons
  • DocIcons - Document type indicators
  • Logos - Brand logos

Layout & Organization:

  • FlexDiv - Flexible layout container
  • Spacer - Spacing utility
  • Grouper - Content grouping
  • DraggablePanel - Draggable UI panels

Advanced Components:

  • MessageInput - Rich message input with document upload
  • EditorButtonBar - Text editor toolbar
  • ToolTip - Contextual tooltips

Theming System

The library includes a powerful theming system with:

  • Pre-built Themes: Light and dark themes out of the box
  • Theme Hook: useMayaTheme for easy theme switching
  • Type-safe Theme Objects: Full TypeScript support for theme customization
  • Comprehensive Styling: Colors, typography, corners, and legacy style support

Theme exports include:

  • lightTheme / darkTheme - Complete theme objects
  • light / dark - Theme configurations
  • GiaTheme, LyraColors, LyraTypeStyles - Type definitions

Installation

npm install maya-uikit

Peer Dependencies

You will need to manage your own version of react, react-dom, styled-components and motion. Your project must have the following dependencies installed:

npm install react react-dom styled-components motion