woocommerce/plugins/woocommerce-blocks/assets/js/editor-components
Fernando Marichal ce618d6250
[Enhancement] Abstract rating block (#50810)
* Create rating component

* Refactor rating block

* Fix ProductRating component

* Refactor rating blocks

* Add changelog

* Review count maybe visible for rating stars

* Rename props

* Remove 0 after No reviews message

* Remove review count from rating-stars
2024-09-13 09:35:56 -03:00
..
block-title update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
color-panel Add Color Panel (https://github.com/woocommerce/woocommerce-blocks/pull/10062) 2023-07-21 10:35:32 +01:00
default-notice Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
edit-product-link Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
editable-button Revert "[Enhancement]: Add option to show price on the place order button" (#49899) 2024-07-24 18:08:05 +02:00
error-placeholder [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
expandable-search-list-item [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
external-link-card Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
feedback-prompt Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
grid-content-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
grid-layout-control update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
heading-toolbar Update Blocks Text Domain 2023-12-09 05:44:54 -08:00
incompatible-extension-notice Fix typos. (#50047) 2024-08-23 18:26:09 +01:00
no-payment-methods-notice Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
page-selector Update Blocks Text Domain 2023-12-09 05:44:54 -08:00
product-attribute-term-control [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
product-category-control [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
product-control Product Collection - Show product picker in Editor when collection requires a product but it doesn't exist (#50164) 2024-09-02 12:39:33 +05:30
product-orderby-control Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
product-rating [Enhancement] Abstract rating block (#50810) 2024-09-13 09:35:56 -03:00
product-stock-control update text domain in plugins/woocommerce-blocks (#42717) 2023-12-12 14:12:36 -08:00
product-tag-control [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
products-control fix: remove defaultProps in prep for react 19 (#50266) 2024-08-06 12:20:45 +00:00
search-list-control Fix most of lint warnings (#50869) 2024-08-23 14:30:14 +02:00
switch-to-classic-shortcode-button Add tracking for incompatible extensions (#42816) 2024-01-19 13:03:33 +07:00
tag [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
text-toolbar-button [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
utils Fix/you do not need lodash (https://github.com/woocommerce/woocommerce-blocks/pull/9161) 2023-04-28 11:29:45 +01:00
README.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00

README.md

Editor Components

These are shared components used in WooCommerce blocks for the editor (Gutenberg) UI.

Many of our blocks need rich, smart components to provide an interface for selecting or configuring blocks with WooCommerce data. Often there are multiple blocks that need such components. Components in this collection are used in multiple blocks, and may include logic for working with Woo data specifically (e.g. products, shipping methods, product categories).

See Storybook & Components doc for more information.


We're hiring! Come work with us!

🐞 Found a mistake, or have a suggestion? Leave feedback about this document here.