A fully-featured resource grid calendar component built with React, Tailwind CSS v4, and the Temporal API.
| Package | Description |
|---|---|
@savvycal/calendar |
The calendar component library. |
playground |
Development playground for testing components. |
# Install dependencies
pnpm install
# Start the playground dev server
pnpm dev
# Build the library
pnpm build:lib
# Typecheck
pnpm typecheck
# Lint
pnpm lint:fix
# Format markdown files
pnpm format:mdThis repo uses Changesets for versioning and publishing.
pnpm changeset # Create a new changeset
pnpm version # Apply changesets and bump versions
pnpm release # Build and publish to npmMIT