function NewEvent() {
return (
<Form method="post" action="/events">
<input type="text" name="title" />
<input type="text" name="description" />
</Form>
);
}
remix.form.create
0
0
Labenas
The above code will create a new event object.
Library: remix
0 Comments
Add Comment
Log in to add a comment