0.0.7 • Published 2 years ago

@mscherzer/ui-component-datepicker v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Getting Started

Due to compatibiliy problems with the nextjs framework. The styles required by the wrapped react-datepicker component are not packaged.

Instead the either need to be included as an external node dependency, or include in an HTML import statement of the page hosting the datepicker.

Node dependcy

import "react-datepicker/dist/react-datepicker.css";

Import statement from CDN