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

@jalali-js/ui-react

v0.4.2

Published

RangePicker, EventCalendar, InlineCalendar, and extra themes for @jalali-js/react, built on the same headless primitives.

Readme

@jalali-js/ui-react

npm version License: MIT Docs

Higher-level React UI on @jalali-js/react: RangePicker, InlineCalendar, EventCalendar, and TimeRangePicker, plus extra themes.

Start here: Live demo · Documentation

npm ecosystem: jalali-js · @jalali-js/i18n · @jalali-js/nlp · @jalali-js/holidays · @jalali-js/react · @jalali-js/vue · @jalali-js/web · @jalali-js/ui-react · @jalali-js/ui-vue · @jalali-js/ui-web

Contents

Install

npm install @jalali-js/ui-react @jalali-js/react
import '@jalali-js/react/date-picker.css';

Compatibility

| Item | Support | | ----- | ------------------------------ | | React | 18 and 19 (CI matrix) | | Peers | react and react-dom >=18 | | Node | 22 and 24 (CI matrix) |

Quick start

import '@jalali-js/react/date-picker.css';
import { RangePicker, InlineCalendar } from '@jalali-js/ui-react';

<RangePicker system="jalali" locale="fa" onChange={(value, range) => {}} />;
<InlineCalendar system="jalali" locale="fa" onSelect={setDay} />;

Components

| Component | Role | | ----------------- | ---------------------------------------------------- | | RangePicker | Start and end dates, one storage value per end | | InlineCalendar | Always-visible month grid | | EventCalendar | Month / week / day / timeline views over your events | | TimeRangePicker | Start and end times |

You own the event list and editing UI for EventCalendar. Expand recurring rules before pass-in. Layout helpers live in jalali-js.

Options

Key RangePicker props:

| Prop | Type | Default | Notes | | -------------- | ---------------- | ----------------- | ---------------------- | | system | CalendarSystem | 'jalali' | Display calendar | | locale | LocaleCode | 'en' | UI language | | valueFormat | ValueFormat | 'gregorian-iso' | Storage shape for ends | | rules | SelectionRules | - | Day and range limits | | showHolidays | boolean | false | Mark holidays |

EventCalendar: view (month / week / day / timeline), events, timeline.layout (single / alternating / roadmap), onEventClick.

Full tables: React guide and Event calendar.

Theming

Same --jalali-* tokens as @jalali-js/react. Extra theme stylesheets ship under this package when you need a preset look.

[data-jalali-datepicker-root] {
  --jalali-primary: #0f766e;
  --jalali-radius: 12px;
}

See Theming.

Links

License

MIT