跳到主要内容

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 @openclothes/react package:

Javascript
import { CopyToClipboardButton } from "@openclothes/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 @openclothes/react package:

Javascript
import { IconButton } from "@openclothes/react/components/Button"