woocommerce/packages/js/product-editor
Joshua T Flowers 31ec8d8352
Add tab blocks to the blocks product editor (#37174)
* Add initial tab block and tabs render

* Add tabs styling

* Set initially selected tab on render

* Set initial tab based on query param

* Add template placeholder with tabs

* Add changelog entry

* Allow multiple tab and section blocks

* Add changelog entry for wc

* Fix up arrow alignment

* Fix up block configuration type

* Add missing navigation dependency to product editor
2023-03-13 15:00:50 -07:00
..
changelog Add tab blocks to the blocks product editor (#37174) 2023-03-13 15:00:50 -07:00
src Add tab blocks to the blocks product editor (#37174) 2023-03-13 15:00:50 -07:00
typings Move product editor utils to product editor package (#36730) 2023-02-23 09:48:49 -08:00
.eslintrc.js Create editor skeleton on add/edit product pages (#37023) 2023-03-08 05:51:59 -04:00
.npmrc Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
README.md Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
changelog.md Package Release: handle initial release case (#36922) 2023-02-28 09:36:38 +13:00
composer.json Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
composer.lock Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
package.json Add tab blocks to the blocks product editor (#37174) 2023-03-13 15:00:50 -07:00
tsconfig-cjs.json Add section block for use in product editor (#37153) 2023-03-13 11:38:16 -07:00
tsconfig.json Add section block for use in product editor (#37153) 2023-03-13 11:38:16 -07:00
webpack.config.js Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00

README.md

Product Editor

A collection of WooCommerce Admin product editor components and utilities.

Installation

Install the module

pnpm install @woocommerce/product-editor --save