07e534cd9e
* Add a Basic test for FilterPicker. Test that it renders the basic storybook example without throwing an error. Move `path` in Storybooks example to a parameter, to allow setting it in unit tests. * Forward `autocompleter` prop from `FilterPicker` to `Search`. Allow, to use the `custom` type of search, previously it was complaining about lack of `autocompleter`, even though it was provided. Fixes: https://github.com/woocommerce/woocommerce-admin/issues/6062. * Add changelog entry. * Move `FilterPicker` config creation closer to tests that use it. * Remove unused type prop from `FilterPicker` tests. Addresses https://github.com/woocommerce/woocommerce-admin/pull/6880/files#r620285400. * Add changelog note also to `CHANGELOG.md`. Co-authored-by: Jeff Stieler <jeff.m.stieler@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json |
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.