@crave/farmblocks-button
v10.0.13
Published
Button component
Downloads
529
Readme
Farmblocks Button
A React component for displaying buttons and actionable icons
Installation
npm install @crave/farmblocks-button
Usage
import Button from "@crave/farmblocks-button";
const Form = () => <Button onChange={handleButtonClick}>Click me</Button>;
API
For more examples and details on the available props, read the docs.
License
MIT