## Installation
npm install react-tectonic``sh`latest stable
$ npm install react-day-picker lodash-es react-tectonic
After install, import the CSS file in your app's entry file:
`js`
import "react-tectonic/lib/styles.css";
import "react-day-picker/style.css"; // required for the time picker
To style the component, use src/style.css as template and update it to fit the desired style. Then, just include it with your CSS files.
We are using https://date-fns.org (also required for the react-day-picker)
```
yarn build
npm publish