4199533688
* Update check-doc-links.yml * Update check-doc-links.yml * Update check-doc-links.yml * Update check-doc-links.yml * POC: Exclude releases folder from MD link check using “ignorePatterns” * Update check-doc-links.yml to use tcort/markdown-link-check * Update check-doc-links.yml to use existing config * reverted check-doc-links-config.json * fixed broken links * fixed broken links and generated docs * updated docs --------- Co-authored-by: Niels Lange <info@nielslange.de> |
||
---|---|---|
.. | ||
button | ||
checkbox-control | ||
discounts-meta | ||
error-boundary | ||
label | ||
order-local-pickup-packages | ||
order-meta | ||
order-shipping-packages | ||
panel | ||
store-notice | ||
store-notices-container | ||
text-input | ||
totals | ||
totals-wrapper | ||
validation-input-error | ||
README.md | ||
index.ts |
README.md
Components
A library of components to be used for creating common UI elements shared between features of the WooCommerce Cart and Checkout Blocks.
Usage
When WooCommerce Blocks is installed and activated, these components can be accessed by importing from the blocks-checkout
package.
// Aliased import
import { Button } from '@woocommerce/blocks-checkout';
// Global import
// const { Button } = wc.blocksCheckout;
export default function MyButton() {
return <Button>Click Me!</Button>;
}
These components are here so they can be consumed by extensions.
We're hiring! Come work with us!
🐞 Found a mistake, or have a suggestion? Leave feedback about this document here.