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

chop-logic-components

v3.7.2

Published

Reusable React components and hooks for the Chop Logic project

Readme

Chop Logic Components

Chop Logic

License: MIT GitHub Pages codecov Quality Gate Status NPM Contributor Covenant Conventional Commits Checked with Biome Code Style: Prettier Keep a changelog Semantic versioning

Welcome to Chop Logic Components, a React components library packed with a variety of styled components and custom hooks that are easy to integrate into any React project.

✨ Features

Chop Logic is designed to speed up development by providing reusable, accessible, and highly customizable components. Whether you're building complex forms, creating dynamic layouts, or managing component logic with hooks, Chop Logic Components has the tools to make it easier.

🔗 Links

📦 Installation

To get started with Chop Logic, install it via npm or yarn:

npm install chop-logic-components
# or
yarn add chop-logic-components

📜 Available NPM Scripts

| Script | Description | | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | start | Starts Storybook in development mode on port 6006 without opening a browser. | | build | Builds the TypeScript types and compiles the library using Vite. | | build:storybook | Builds a static version of Storybook into the storybook-static directory. | | prepare | Runs the production build and sets up Husky git hooks. | | format | Formats all files using both Biome (for JS/TS) and Prettier (for SCSS/MDX). | | format:biome | Formats JS, TS, JSON, and MD files using Biome. | | format:prettier | Formats SCSS and MDX files using Prettier. | | lint | Runs both Biome and Prettier linters to check code style and quality. | | lint:biome | Runs Biome linter on JS/TS files. | | lint:prettier | Checks formatting of SCSS and MDX files using Prettier. | | lint:errors | Shows only error-level diagnostics from Biome (limited to 100 issues). | | lint:warnings | Shows only warning-level diagnostics from Biome (limited to 100 issues). | | lint:fix | Automatically fixes Biome issues where possible. | | typecheck | Performs a full type check without emitting output. | | test | Runs unit tests using Vitest in watch mode (interactive). | | test:ci | Runs tests once in CI mode and allows empty test sets. | | coverage | Runs tests and generates a coverage report using Vitest. | | release:version | Bumps the version (patch, minor, or major), commits the change, creates a Git tag, and pushes to main. Usage: npm run release:version patch |

🛠 Contributing

Contributions are welcome! If you find a bug or have an idea for improvement, feel free to open an issue or submit a pull request. Please check the Contribution guide for additional info.

  1. Fork the repository.
  2. Clone your fork.
  3. Create a new feature branch.
  4. Implement and test your changes.
  5. Submit a pull request!

Let's build better logic tools together! 🚀