woocommerce/plugins/woocommerce-admin/packages/components
Paul Sealock 80f641b849 Unbundle wp.components (https://github.com/woocommerce/woocommerce-admin/pull/5753)
* enqueue wp-components

* conditional check of Navigation?

* nav version checks, first pass

* better nav checking

* bump min requirments

* min versions

* Use WP 5.6 instead of 5.6.0

* add wp.date and wp.compose

* Handle missing FlexItem

* enqueue styles

* fix date range mobile dropdown
2020-12-21 14:57:55 +13:00
..
src Unbundle wp.components (https://github.com/woocommerce/woocommerce-admin/pull/5753) 2020-12-21 14:57:55 +13: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 Support custom product attributes in advanced filter (https://github.com/woocommerce/woocommerce-admin/pull/5848) 2020-12-17 09:59:01 -05:00
README.md Components: fix README url 2019-04-30 07:55:32 +12:00
package.json Update dependency core-js to v3.7.0 (https://github.com/woocommerce/woocommerce-admin/pull/5667) 2020-11-25 08:48:14 +13: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.