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

engage360-ui

v1.0.5

Published

A professional UI components library for the Engage360 project, designed for seamless integration and efficient development.

Readme

Engage360 UI Library 🚀

npm version license downloads

Engage360 UI is a modern React-based UI components library designed for the Engage360 project. Built with Tailwind CSS and TypeScript, it provides scalable, reusable, and customizable components for seamless integration in your React applications.


✨ Features

  • Reusable Components: Ready-to-use UI components like Buttons, Avatars, and Inputs.
  • Tailwind CSS: Fully styled with Tailwind for consistent design and easy customization.
  • Storybook Integration: Preview and test components interactively.
  • TypeScript Support: Type-safe components for better developer experience.
  • Tree-Shakable: Optimized for performance and scalability.

📦 Installation

Install the package via npm:

npm install engage360-ui

or with yarn:

yarn add engage360-ui

🚀 Usage

Here's an example of how to use the Button component:

import React from "react";
import { Button } from "engage360-ui";

export default function App() {
  return <Button label="Click Me!" />;
}

Components Available

  • Avatar: For user profile images.
  • Button: Styled buttons with different states.
  • Input: Form input fields.

Each component is documented and previewable in the Storybook.


📖 Storybook

Engage360 UI comes with an integrated Storybook for interactive component development. To view the Storybook:

  1. Install dependencies:
    npm install
  2. Run the Storybook server:
    npm run storybook

Storybook will open at http://localhost:6006 in your browser.


🔧 Project Structure

src/
├── components/
│   ├── Avatar/
│   │   ├── Avatar.tsx
│   │   ├── Avatar.module.css
│   │   └── Avatar.stories.tsx
│   ├── Button/
│   │   ├── Button.tsx
│   │   ├── Button.module.css
│   │   └── Button.stories.tsx
│   └── Input/
│       ├── Input.tsx
│       ├── Input.module.css
│       └── Input.stories.tsx
├── index.ts
└── index.css

🛠️ Development

To set up the project locally:

  1. Clone the repository:
    git clone https://github.com/arin-paliwal/Engage360-CustomUI-NPM-Package.git
  2. Navigate to the project folder:
    cd Engage360-CustomUI-NPM-Package
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.


🤝 Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Commit your changes:
    git commit -m "Add your feature"
  4. Push the branch:
    git push origin feature/your-feature
  5. Open a pull request.

🌟 Show Your Support

If you find this library useful, please ⭐️ the repository and share it with others!


📭 Contact

For any questions or feedback, feel free to open an issue or contact the author directly.