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

@agilant/toga-blox

v1.0.313

Published

🌟 Toga-Blox 🌟 Toga-Blox is a comprehensive and reusable React component library tailored for accelerating the development of web applications within our company. Crafted with React, TypeScript, and Tailwind CSS, this library encompasses a suite of custo

Downloads

9,179

Readme

🌟 Toga-Blox 🌟 Toga-Blox is a comprehensive and reusable React component library tailored for accelerating the development of web applications within our company. Crafted with React, TypeScript, and Tailwind CSS, this library encompasses a suite of customizable and ready-to-deploy components, ensuring a harmonious and efficient development experience.

πŸš€ Features πŸ”© Reusable Components: A curated set of UI components for rapid integration into diverse React applications. πŸ” TypeScript Support: Robustly typed components to enhance development reliability. 🎨 Customizable Styling: Integrating Tailwind CSS for effortless and flexible component styling. ⚑ Vite Compatible: Seamlessly optimized for projects utilizing Vite. πŸ“¦ Installation To integrate Toga-Blox into your project, execute the following command:

bash

npm install @your-company/toga-blox

πŸ”§ Customization Our components are engineered for extensive customization via props. For comprehensive guidance on customizing each component, consult the specific component documentation.

To run test coverage report: npx vitest run src/components/{COMPONENT NAME HERE} --coverage

πŸ“š Dependencies Toga-Blox is built using:

React TypeScript Tailwind CSS

🀝 Contributing We value contributions to Toga-Blox, whether they involve documentation enhancements, feature developments, or bug rectifications. Please follow our contribution guidelines.

⚑ Vite Compatibility Though toga-blox is developed and optimized using Vite, it's designed to be universally compatible with any React project regardless of the build tool used. This ensures seamless integration whether your project uses Vite, Create React App, or other build setups.

πŸ“š Storybook For an interactive exploration of toga-blox components, check out our Storybook. It provides live examples, usage scenarios, and customizable props for each component.

To Deploy Changes In Blox

  1. up the version number in package.json
  2. in terminal, execute 'npm run build'
  3. in terminal, execute 'npm publish'
  4. login to registry.npmjs.org to check that new version number reflects on profile (credentials in One Password)

To Check Changes Before Deploying New Version

*Note: you may need to run separate VS code windows/instances (one for both blox and the consuming app)

To Link:

  1. in blox: execute 'npm link' in terminal
  2. in consuming application: execute 'npm link @agilant/toga-blox' in terminal
  3. to check that applications are link, execute: 'ls -l node_modules/@agilant' in either repo terminals

To Unlink:

  1. in blox: execute 'npm unlink @agilant/toga-blox' in terminal
  2. in consuming application: execute 'npm unlink @agilant/toga-blox' in terminal
  3. to check that applications are link, execute: 'ls -l node_modules/@agilant' (should return empty list) in terminal

FontAwesome Icons

This library uses FontAwesome icons from the free icon sets. If you have a FontAwesome Pro subscription, the Pro icons will be used if they are installed in your project. Ensure you follow the setup instructions from FontAwesome for Pro icons.

For users without a Pro subscription, the free icons will be used. Make sure to install the required FontAwesome packages in your project:

npm install @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome

Peer Dependencies (DEPRECATED)

This library requires react-router-dom to be installed in your project. Please ensure that you have react-router-dom installed to avoid any issues with missing modules.

To install react-router-dom, run:

npm install react-router-dom