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 🙏

© 2025 – Pkg Stats / Ryan Hefner

thxmx-ui

v0.3.2

Published

A modern library for reactJS components

Readme

A modern library for reactJS components

NPM version NPM downloads

📚 Homepage

s2

✨ Features

  • 📦 An uncommonly high quality set of React components.
  • 🛡 Written entirely in TypeScript with predictable static types.
  • ⚙️ A full suite of design resources and tools to facilitate development.

📦 Install

npm install thxmx-ui
yarn add thxmx-ui

🔨 Usage

import React, { FC } from 'react';
import { Button, Input } from 'thxmx-ui';

const App: FC = () => (
    <>
        <Input label="Label" hint="Hint" />
        <Button label="Print" color="primary" />
    </>
);

export default App;

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone [email protected]:jnadroj/thxmx-ui.git
$ cd thxmx-ui
$ npm install
$ npm run dev

Open your browser and visit http://127.0.0.1:3000

Prerequisites 🛠️

Before you begin, ensure you have met the following requirements:

Make sure you have:

  • Nodejs
  • npm or yarn
  • git

Let's Contribute 👍

  • Step 1 - Fork this repository.
  • Step 2 - Clone the repository to your local machine.
  • Step 3 - Resolve the bugs, mentions provided in the Issues section of the repository. Also add a description of what changes you have done.
  • Step 4 - Add the changes to your repository.
  • Step 5 - Create a PULL Request. And that's all.

What you can contribute in this repo? 👊

  • You can add your own competitive programming solutions.
  • There are various topics like Functionality, Modal aspect of thxmx-ui etc. You can contribute in them
  • You can contribute some Learning Resources in the READme.md File.
  • You can modify previous solutions if you feel like your solution has better Time or Space complexity.

PRs Welcome

For more info about contribution visit :

🔗 CONTRIBUTION.md

Contributors 💡

Thanks to the following people who have contributed to this project:

@jnadroj 📖 @Frey0-0 🐛 @eriandev 🐛 @krazykaushal 🐛 @kartikjoshi267 🐛 @Dorcastunmise 🐛

Keywords 🤌

TypeScript javascript Library ReactJS Components Microsoft compiler language UI React-ui framework frontend Design library-ui