Skip to main content

Button

Components

The Button component family provides the following components:

CopyToClipboardButton

A component to copy something to the clipboard

You can import the CopyToClipboardButton component from the button component family in the @freesewing/react package:

Javascript
import { CopyToClipboardButton } from "@freesewing/react/components/Button"

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"