Closed heywooddogwood closed 1 month ago
@Carifio24, can you please give this a quick look and make sure it's ok?
One thing I noticed is that modelValue
, faIcon
, mdiIcon
, and tooltipText
are not in the list of props in the IconButton.vue file - should they be?
Thanks!
@patudom It's fine that they aren't there - the object defined inside the withDefaults
macro is just giving the default values for these props, but we don't have natural defaults for the icon and tooltip text so they're omitted.
My only comment would be that if we're not going to use the box shadow (which I'm totally fine with), we should update the component props and typing to reflect that. The prop type JSDoc comments get used to automatically generate the Storybook descriptions, so we should have them be up-to-date. (I'm happy to do this stuff if you want!)