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

feat(FormGroup): add slots #714

Merged
merged 21 commits into from
Sep 28, 2023

Conversation

Levy-from-Odessa
Copy link
Contributor

@Levy-from-Odessa Levy-from-Odessa commented Sep 21, 2023

πŸ”— Linked issue

Resolves #566, resolves #540

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Added slots inside from group component for better customization

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@vercel
Copy link

vercel bot commented Sep 21, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
ui βœ… Ready (Inspect) Visit Preview Sep 28, 2023 4:29pm

@Levy-from-Odessa Levy-from-Odessa changed the title Feat 566 form group Feat(566) added slots for form group Sep 21, 2023
@benjamincanac benjamincanac changed the title Feat(566) added slots for form group feat(FormGroup): add slots Sep 21, 2023
docs/content/3.forms/9.form-group.md Outdated Show resolved Hide resolved
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
Copy link
Member

I guess this solves #540 as well?

Levy-from-Odessa and others added 4 commits September 24, 2023 06:19
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Levy-from-Odessa and others added 4 commits September 24, 2023 06:20
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
@benjamincanac benjamincanac merged commit 2fc9385 into nuxt:dev Sep 28, 2023
2 checks passed
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 this pull request may close these issues.

Slots on UFormGroup [Feature Request] Allow Form Group's Hints to be passed as a slot instead of a prop.
4 participants