@mscherzer/ui-component-datepicker
v0.0.7
Published
OKApi - The collaborative UI for UX Designers and Developers. This package wraps the react-datepicker.
Downloads
7
Readme
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";