@mooncake-dev/react-day-time-picker

A React component to help with scheduling a day and time.

Usage no npm install needed!

<script type="module">
  import mooncakeDevReactDayTimePicker from 'https://cdn.skypack.dev/@mooncake-dev/react-day-time-picker';
</script>

README

React Day Time picker

A React component to help with scheduling a day and time.

For documentation see the website.

Running Locally

npm start

Publish

For now we publish manually using:

npm publish --access public

Make sure:

  • You increment the npm version after you make code changes with npm version.
  • You're logged in.

More information can be found here.