Skip to content

A solid react calendar that is stable and good looking

Notifications You must be signed in to change notification settings

enzzzooo/solid-react-calendar

Repository files navigation

solid-react-calendar

A solid react calendar that is stable and good looking
Screenshot 2025-01-03 at 2 53 51 PM Screenshot 2025-01-03 at 3 06 21 PM

Usage

'use client'

import { DatePicker } from "solid-react-calendar";
import { useActionState } from "react";

export default function page(){
  const [formState, formAction] = useActionState(veryAmazingAction, {});

  return (
    <form action={formAction>
      <input type="text" name="stringInput" required />
      <DatePicker />
      <button>Submit</button>
    </form>
)}

About

A solid react calendar that is stable and good looking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published