-
Notifications
You must be signed in to change notification settings - Fork 544
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(Tabs): handle icon
in items
#1798
Conversation
icon
icon
in items
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay!
Would you mind adding the icon
property to the items
at the beginning of the docs? https://github.com/nuxt/ui/pull/1798/files#diff-df0c0c0e8a1f3de6219cf222e8e76c43174704646ec5277dbe9801d9f9a5d6b4R13
Might be worth adding an icons to each examples like you did for the slot π
Could you also fix the lint? |
Co-authored-by: Benjamin Canac <[email protected]>
π Linked issue
Resolve #1513
β Type of change
π Description
Adding an
icon
slot to theUTabs
component, allowing user to making simpler for basic usecase and customizable for advance.π Checklist
--
(Thanks @noook for showing/assigning me this issue π«Ά)