react-tectonic
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

React-Tectonic

Installation

# latest stable
$ npm install react-day-picker react-tectonic

After install, import the CSS file in your app's entry file:

import "react-tectonic/lib/styles.css";
import "react-day-picker/dist/style.css"; // required for the time picker

Styling

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.

Date Math

We are using https://date-fns.org (also required for the react-day-picker)

Build And Release

yarn build
npm publish

/react-tectonic/

    Package Sidebar

    Install

    npm i react-tectonic

    Weekly Downloads

    188

    Version

    1.0.11

    License

    MIT

    Unpacked Size

    260 kB

    Total Files

    122

    Last publish

    Collaborators

    • kaareal
    • l_andrew_l