import { Button } from "@wfp/react"; () => { return <Button>Button</Button>; };
ReactNode
Content of the Button
boolean
Specify whether the Button should be a small variant
Specify whether the Button should be a large variant
Specify btnSolid to buttons on solid background to make it stand out
ButtonKind
Specify the kind of Button you want to create
string
Optionally specify an href for your Button to become an element
ReactNode |ComponentType<any>
Specify an icon to include in the Button through an object representing the SVG data of the icon, similar to the Icon component
icon
Icon
Specify whether the Button should be disabled, or not
number
Optional prop to specify the tabIndex of the Button
HTMLAttributeAnchorTarget