Skip to content
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

Consider making this lib ui library independent #27

Closed
anbraten opened this issue Jun 13, 2024 · 0 comments · Fixed by #28
Closed

Consider making this lib ui library independent #27

anbraten opened this issue Jun 13, 2024 · 0 comments · Fixed by #28

Comments

@anbraten
Copy link
Contributor

A idea that came to my mind recently (especially looking at some issues with formkit) is to make this library Independent from the ui component library.

Idea:

  • this library has no form element components by default (remove formkit)
  • it provides a schema renderer for forms. Elements can
    • emit changes, receive values
    • receive props from schema
    • have children / slot
    • have validation rules
    • be hidden by some validation expression
  • it provides a form builder: only providing the drag and drop, options panel, new element panel elements (no actual form element like textfield, those will be injected)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant