Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@autocloud/calendar-picker

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autocloud/calendar-picker

> TODO: description

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@autocloud/calendar-picker

Calendar picker

Usage

We have an issue with the styling of react-dates and our selected method based on MUI. MUI styles are defined in runtime (hooks/context) while this library expects a compilation time theme.

To maintain some flexibility we require libraries to explicitly require the CSS needed, which opens a window to extend the theme (CSS only)


import '@autocloud/calendar-picker/initialize'
// import './projectOverrides.css'
import calendarPicker from '@autocloud/calendar-picker'


Local Dev note

Material-UI has some issues with instantiating being included multiple times as a dependency (ie. hence it needs to be a peerDependency). But for local development we need a mui as a devDependency in order to build the project. So, you'll see some issues locally like MUI not picking up the right theme (you can manually remove the node-modules dependency to try it out).

FAQs

Package last updated on 19 Jan 2022

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