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

Leptos forms #52

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Leptos forms #52

wants to merge 19 commits into from

Conversation

rruckley
Copy link
Owner

@rruckley rruckley commented Feb 1, 2024

Using conditional derive macro to generate a to_component() function to generate a Leptos component matching the schema.

@rruckley rruckley added the enhancement New feature or request label Feb 1, 2024
@rruckley rruckley added this to the 0.1.10 milestone Feb 1, 2024
@rruckley rruckley self-assigned this Feb 1, 2024
@rruckley rruckley linked an issue Feb 1, 2024 that may be closed by this pull request
@rruckley rruckley modified the milestones: 0.1.10, 0.1.11 Mar 12, 2024
@rruckley rruckley modified the milestones: 0.1.11, 0.1.12 Mar 26, 2024
@rruckley rruckley modified the milestones: 0.1.12, 0.1.13 Apr 8, 2024
@rruckley rruckley modified the milestones: 0.1.13, 0.1.14, 0.1.15 Apr 23, 2024
@rruckley rruckley modified the milestones: 0.1.15, 0.2.0 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conditionally add derive TMFForm
1 participant