woocommerce/plugins/woocommerce-admin/packages/components
Albert Juhé Lluveras 46d3be23dd Add Historical Data Import Screen (https://github.com/woocommerce/woocommerce-admin/pull/2073)
* Add Historical Data Import Screen

* Fix date picker not being accessible

* Cleanup

* Fix period selector typo

Co-Authored-By: Aljullu <aljullu@gmail.com>

* Move state to props

* Add filter to status labels

* Get rid of 'step' state property

* Format 'importDate' as YYYY-MM-DD

* Minor improvements

* Hardcode control height

* Use dateValidationMessages when possible

* Update imported all data actions

* Update filter name
2019-05-07 09:18:48 +02:00
..
src Add Historical Data Import Screen (https://github.com/woocommerce/woocommerce-admin/pull/2073) 2019-05-07 09:18:48 +02: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 Historical Data Import Screen (https://github.com/woocommerce/woocommerce-admin/pull/2073) 2019-05-07 09:18:48 +02:00
README.md Components: fix README url 2019-04-30 07:55:32 +12:00
package.json Update babel monorepo to v7.4.4 2019-05-01 00:39:50 +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.