ui
ui copied to clipboard
feat(UTabs): Add `icon` slot
๐ Linked issue
Resolve #1513
โ Type of change
- [x] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [x] ๐ 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
Adding an icon slot to the UTabs component, allowing user to making simpler for basic usecase and customizable for advance.
๐ Checklist
- [x] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.
--
(Thanks @noook for showing/assigning me this issue ๐ซถ)