IconButton
IconButton is a component that displays an icon within a button.
Setting aria-label will make it readable by screen readers.
<IconButton aria-label="Plus" icon={<PlusIcon />} />
Edit this page on GitHub
Leave Yamada UI a star
StarIconButton is a component that displays an icon within a button.
Setting aria-label will make it readable by screen readers.
<IconButton aria-label="Plus" icon={<PlusIcon />} />
Edit this page on GitHub