0
LLabenas
The above code will create a new event object.
Library: remix
remix
0 Comments
function NewEvent() { return ( <Form method="post" action="/events"> <input type="text" name="title" /> <input type="text" name="description" /> </Form> ); }