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

checking-tool-rcl

v0.9.28

Published

[![Netlify](https://www.netlify.com/img/global/badges/netlify-color-accent.svg)](https://www.netlify.com) [![Netlify Status](https://api.netlify.com/api/v1/badges/57413041-9de1-4d67-969e-3d5a2cd4225c/deploy-status)](https://app.netlify.com/sites/translati

Downloads

86

Readme

checking-tool-rcl

Netlify Netlify Status CI Status Current Verison View this project on NPM Coverage Status

A React Component Library for doing translation checking - extracted from translationNotes and translationWords.

About

The Checking Tool Resource Container Library (checking-tool-rcl) is a comprehensive React component library designed for Bible translation checking workflows. It provides reusable UI components and utilities that enable efficient and consistent translation verification processes across different applications.

This library is built as a resource container library (RCL), making it easy to integrate into various React applications while maintaining a consistent user experience for translation checking activities.

Key Features

  • Translation Notes (TN) Checking: Components for reviewing and validating translation notes
  • Translation Words (TW) Checking: Tools for verifying key terms and concepts across translations
  • Multi-pane Scripture Viewing: Side-by-side display of original language, gateway language, and target language texts
  • Verse Selection and Annotation: Interface for selecting, highlighting, and annotating portions of verses
  • Comment Management: Tools for adding and tracking comments on translations
  • Bookmark/Reminder System: Ability to mark checks for later review
  • Translation Helps Integration: Display of contextual help documents and lexicon data
  • Responsive Layout: Adaptable UI that works across different screen sizes
  • Customizable Styling: Configurable appearance to match host application themes

Use Cases

  • Bible translation checking applications
  • Translation verification workflows
  • Multi-language scripture comparison tools
  • Translation quality assurance systems
  • Bible study applications with checking capabilities

Running demo

  • using node v20:
    • from the command line cd to the folder containing the repo
    • then run yarn to install dependencies
    • then run yarn start to launch the demo

Running tests

  • using node v20:
    • from the command line cd to the folder containing the repo
    • then run yarn to install dependencies
    • then run yarn test to run the unit tests

Integration

The checking-tool-rcl can be easily integrated into React applications and provides a straightforward API for implementing translation checking functionality. The library includes detailed examples (CheckerTN.md and CheckerTW.md) that demonstrate proper configuration and usage.

Updates

  • In version 1.0.0 converted to react 18

Peer Dependencies

This package requires @material-ui v4 core, icons, and lab. Material-UI Installation

The CSS Styles implementation uses the updated version and is incompatible with v3.

A few components use the Lab components such as the Skeleton for the infinite scrolling effect.

Contributing

Contributions to the checking-tool-rcl are welcome! Whether you're fixing bugs, improving documentation, or proposing new features, your help makes this library better for everyone.

License

This project is licensed under the terms specified in the LICENSE file in the repository.