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 🙏

© 2024 – Pkg Stats / Ryan Hefner

rondonjon-react-library

v2.8.0

Published

RonDonJon's React Library

Downloads

11

Readme

RonDonJon's React Library

A small collection of themable, scalable, and otherwise customizable React components, written in Typescript and bundled as ES module.

Demo: https://rondonjon.gitlab.io/react-library/

License

Copyright © 2022 "Ron Don Jon" Daniel Kastenholz.

Released under the terms of the AGPL-3.0.

History

| Version | Changes | | ------- | ---------------------------------------------------------------------------------------------------------- | | 0.1.0 | Add Button component | | 0.2.0 | Add Paragraph and Monospace components | | 0.3.0 | Add Area and Headline components; introduce dark and light themes | | 0.3.1 | Fix package metadata and display it in the Demo | | 1.0.0 | Prepare package for publishing; release on npm | | 1.1.0 | Add Link component | | 1.2.0 | Add Splitter component and useClientRect() hook | | 1.3.0 | Rework demo page with Splitter layout and individual demo pages | | 1.4.0 | Improve legibility and layout in demo app | | 1.5.0 | Make demo app responsive; forbid unused locals; add more hooks; add missing components to library builds | | 1.6.0 | Add math functions and ava tests | | 2.0.0 | Refactor theme styles; new px/rem use; configure absolute vs. text-relative units for non-text sizes | | 2.1.0 | Skip 300ms delay after Link/Button click on mobile | | 2.1.1 | Fix Splitter on mobile devices | | 2.2.0 | Use compact menu layout in Demo app on mobile devices | | 2.3.0 | Add Color tests | | 2.4.0 | Unify text-shadow; include text scaling in Button component border-radius; bigger Splitter bar | | 2.4.1 | Refactor Splitter to absolute layout to fix occasional disappearance of the component on the b size | | 2.5.0 | Introduce fill style attribute to configure backgrounds and borders independently in Button and Area | | 2.5.1 | Add missing fill/slope/light styles to Splitter, refine style rules in others | | 2.6.0 | Add RadioButton and Label components | | 2.6.1 | Add eslint to project, fix missing hook dependencies, add missing RadioButton disabled state | | 2.7.0 | Add Checkbox component | | 2.7.1 | Fix broken value handling in RadioButton | | 2.8.0 | Update README |