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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@particles/calendar

v4.1.14

Published

A date range select component

Downloads

20

Readme

Calendar

A calendar component.

Example

calendar

Change Log

4.1.14
  • Bump dependencie version to address snyk vurnabilities

4.1.13

  • Add missing locales.

4.1.12

  • Calendar matrix bug fix.

4.1.11

  • Localize weekday names.
  • Add support for the correct start day of the week.

4.1.10

  • Bump moment-timezone version from 0.5.14 to 0.5.33.

4.1.9

  • Adds maxDiffRangeInMonths prop. If present it limits the difference between the start and end date to set number of months.

4.1.8

  • Fix bug in FF where calendar would break on zoom below 100%

4.1.7

  • Now exporting moment instance

4.1.6

  • Added option to hide range inputs

4.1.4

  • Remove font-family declaration and add inherit to inputs and buttons

4.1.3

  • Fix internationalization with the RangeInputs.jsx placeholder text and localizing month names in MonthNavigation.jsx

4.1.2

  • Fix disableFutureDates logic in MonthNavigation.jsx to keep forward navigation arrow active if passed false for this prop.

4.1.1

  • Fix currentMonth bug in MonthNavigation component for disabled dates to worth with currentMonthOverride prop.

4.1.0

  • Provide currentMonthOverride prop in MM/DD/YYYY format to CalendarParticle for initial starting point of dates. I.E. currentMonthOverride: '01-03-2018'

4.0.0

  • Return object with local, utc, and override dateTimes, dates, and time zones.
3.0.4
  • Add I18n support for Single Date and Date Range.
3.0.3
  • Add Date Formatting locale into Date Single Input and Range Inputs.
3.0.2
  • Removing the date hovered selection in single day mode with provided committed dates.
3.0.1
  • Republishing package.

3.0.0

  • Return object with dates array and selection type.
2.1.0
  • Provide disableFutureDates prop to disable future dates, and pass in committed dates as array of strings.
2.0.2
  • Fixing a bug with setting range
2.0.1
  • Cleaning up shared components and adding proptypes to each.

2.0.0

  • Returns a sorted [from, to] array of selected dates on click or after a date is committed.
1.0.0
  • Returns a sorted [from, to] array of selected dates on click or after a date is committed.

1.0.0

  • Initial commit