New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

savethedate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

savethedate

Primitives for extensible React datepicker components

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

savethedate

Travis npm package Coveralls

All the primitives to build your own datepicker component.

Demo.

Why?

Today if you need a datepicker component, there are tons to choose from. But each come with their own visual language. You're in luck if you use one of the popular UI frameworks, but if you have your own design system, you have to write a ton of CSS to make it look like one of your own, and you can't use your own components.

I encountered this problem and tried to build a datepicker component that doesn't enforce how it will look, but how it will behave. It uses the popular render props pattern to run the business logic and give you the necessary information to draw it using your own components, styling solution etc.

Roadmap

  • Accessibility (look at the excellent react-dates library by Airbnb)
  • i18n
  • Write API documentation
  • Write Reactstrap example
  • Write Semantic UI example
  • Publish examples to npm so they can be used/integrated
  • Tests!

Keywords

FAQs

Package last updated on 26 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc