woocommerce/plugins/woocommerce-admin/packages/components
Joshua T Flowers c87ab4eed7 Update how refunds are displayed in tables (https://github.com/woocommerce/woocommerce-admin/pull/2102)
* Add customer functions to order and refund classes

* Use parent order for refund order number

* Add renderCurrency method to format negative currencies

* Allow negative number of items for refund fields in database
2019-05-16 13:04:37 +08:00
..
src Update how refunds are displayed in tables (https://github.com/woocommerce/woocommerce-admin/pull/2102) 2019-05-16 13:04:37 +08: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 Show Y grid ticks/lines in charts where all values are lower than 1 (https://github.com/woocommerce/woocommerce-admin/pull/2147) 2019-05-09 10:20:48 +02:00
README.md Components: fix README url 2019-04-30 07:55:32 +12:00
package.json Update dependency gridicons to v3.3.1 2019-05-08 02:16:06 +00: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.