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

react-beauty-calendar

v2.0.2

Published

React Library inspired by Google Calendar and Outlook.

Readme

🇬🇧 English 🇧🇷 Portuguese

With the need to implement an efficient scheduling system, I decided to create a library inspired by Google Calendar and Outlook. This library offers features such as appointment creation, drag and drop, resizing, and much more. ✨

Note: The current focus is on fixing performance issues.

license

Features

  • Simple & Fast: Minimalist interface with powerful features
  • Drag & Drop: Advanced appointment creation
  • Open Source: MIT licensed, free forever
  • Storybook available.

Technologies Used

Core Technologies

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A strongly typed programming language that builds on JavaScript, providing type safety and better developer experience.

State Management

  • Zustand: A small, fast, and scalable state-management library for React.

Date Utilities

  • date-fns: A modern JavaScript date utility library for parsing, formatting, and manipulating dates.
  • dayjs: A lightweight JavaScript date library for parsing, validating, and formatting dates.

Drag and Drop

UI Components

  • Radix UI: Accessible, unstyled UI components for building modern React applications.

Styling

  • Tailwind CSS: A utility-first CSS framework for rapid UI development.

Build Tools

  • Vite: A fast build tool and development server for modern web projects.

Testing

  • Vitest: A blazing-fast unit testing framework for modern web applications.
  • Playwright: An end-to-end testing framework for web applications.

Storybook

  • Storybook: A tool for developing and testing UI components in isolation.
  • Chromatic: Visual testing and review for Storybook components.

Linting and Formatting

  • ESLint: A tool for identifying and fixing problems in JavaScript code.

Utilities

  • clsx: Utility for conditionally joining classNames.
  • cmdk: A fast, composable command menu for React.

Development Tools

  • Husky: Git hooks for automating tasks.
  • Concurrently: Run multiple commands concurrently.

Installation

Install react-beauty-calendar in your project with your package manager of choice:

  npm i react-beauty-calendar

Running the App

To run the app locally, follow these steps:

  1. Clone the repository:
  git clone https://github.com/Dikendev/react-beauty-calendar.git
  1. Navigate to the project directory:
  cd react-beauty-calendar
  1. Install the dependencies:
  npm install

or

yarn install
  1. Start the development server:
npm run dev

or

yarn dev

The app should now be running at http://localhost:5173.

Running Storybook

To run Storybook locally, follow these steps:

  1. Ensure you are in the project directory:
cd react-beauty-calendar
  1. Start Storybook:
npm run storybook

or

yarn storybook

Storybook should now be running at http://localhost:6006.

Contributing

We welcome contributions! Please see our Contributing Guide for details.

New Component Proposals

Feel free to open a issue for new ideas and contributions.

Contact

For bug reports and feature requests, please use the issue tracker of this repository.

License

This project is licensed under the MIT License 2025.