'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>
)}
-
Notifications
You must be signed in to change notification settings - Fork 0
enzzzooo/solid-react-calendar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A solid react calendar that is stable and good looking
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published