Button
The Button component family provides the following components:
IconButton
A button with an icon and a label, something which we commonly use across our UI.
You can import the IconButton
component from the button component family in the @freesewing/react
package:
Javascript
import { IconButton } from "@freesewing/react/components/Button"