@tuentyfaiv/svelte-form
Version:
A form library for Svelte. It is built on top of Svelte and Typescript. Inspired by Formik and React Hook Form.
21 lines (20 loc) • 363 B
JavaScript
export const keys = {
enter: "Enter",
up: "ArrowUp",
down: "ArrowDown",
left: "ArrowLeft",
right: "ArrowRight",
tab: "Tab",
esc: "Escape",
space: " ",
backspace: "Backspace",
delete: "Delete",
home: "Home",
end: "End",
};
export const tags = {
span: "SPAN",
div: "DIV",
p: "P",
button: "BUTTON",
};