-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[@svelteui/core] form management #428
base: main
Are you sure you want to change the base?
Conversation
Hey, thank you for this! I'll take some time to check it out, but thank you for taking this initiative! |
@khalibloo, I will take some time to dig through it, but here are some quick questions:
|
Great to have another pair of eyes on it. It mostly mimic's mantine's
Edit: |
Description
Ported mantine form into svelte. The useForm hook was converted into a svelte Form component to maintain reactivity.
Closes #369
Features
Before submitting the PR, please make sure you do the following
[@svelteui/core]
,[@svelteui/actions]
,[@svelteui/motion]
,[@svelteui/core]
,[core]
, or[docs]
.yarn lint
andyarn test
or just runyarn prepush
.