Tekipeps / react-tidycal

React component for embedding TidyCal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>
  );
}

About

React component for embedding TidyCal


Languages

Language:HTML 56.0%Language:TypeScript 44.0%