Anyone know how to register this IconButton with a icon component?
<IconButton
colorScheme='blue'
aria-label='Search database'
icon={<SearchIcon />}
/>
Anyone know how to register this IconButton with a icon component?
<IconButton
colorScheme='blue'
aria-label='Search database'
icon={<SearchIcon />}
/>
Hi, are you trying to register a general version of IconButton and running in some issue by making icon a component?
Yes ideally.