woocommerce/plugins/woocommerce-admin/packages/components
Luiz Reis 9fed1c307b Add custom autocompleter support to Search component (https://github.com/woocommerce/woocommerce-admin/pull/4518)
* Add custom autocompleter support to Search component

* Throw error if Search autocompleter is missing or is of the wrong type

* Add custom Search autocompleter changelog entry
2020-06-10 10:42:22 -03:00
..
src Add custom autocompleter support to Search component (https://github.com/woocommerce/woocommerce-admin/pull/4518) 2020-06-10 10:42:22 -03:00
.npmrc Build: Move components to packages dir (https://github.com/woocommerce/woocommerce-admin/pull/804) 2018-11-15 13:16:23 -05:00
CHANGELOG.md Add custom autocompleter support to Search component (https://github.com/woocommerce/woocommerce-admin/pull/4518) 2020-06-10 10:42:22 -03:00
README.md Components: fix README url 2019-04-30 07:55:32 +12:00
package.json Update wordpress monorepo (https://github.com/woocommerce/woocommerce-admin/pull/4131) 2020-05-14 16:34:33 +12:00

README.md

Components

This packages includes a library of components that can be used to create pages in the WooCommerce dashboard and reports pages.

Installation

Install the module

npm install @woocommerce/components --save

View the full Component documentation for usage information.