0.1.2 • Published 1 year ago

react-tidycal v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ReactTidyCal

Embed TidyCal into your react webpage

Usage

import { ReactTidyCal } from "react-tidycal";

export default function Page() {
  return (
    <div className="flex flex-col items-center justify-start flex-grow w-full px-[8%] mt-[92px]">
      <h3 className="font-medium text-2xl text-[#A5A5A5] md:text-dark leading-[29px] mb-5">
        Book a session
      </h3>
      <div className="w-full">
        <ReactTidyCal path="photoruum/2-hour-studio-session" />
      </div>
    </div>
  );
}
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago