@woocommerce/experimental
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

Experimental

This is a private package not meant for use by third parties.

A collection of component imports and exports that are aliases for components transitioning from experimental to non-experimental. This package prevents the component from being undefined when the @wordpress/components library version is unclear.

It also contains several in-development components that are slated for inclusion in later releases of @woocommerce/components.

Installation

Install the module

pnpm install @woocommerce/experimental --save

Usage

Simply import the component name with the __experimental prefix. If found, the non-experimental version will be imported and if not, this will fallback to the experimental version.

import { Text } from '@woocommerce/experimental';

render() {
	return (
		<Text></Text>
	);
}

Package Sidebar

Install

npm i @woocommerce/experimental

Weekly Downloads

1,022

Version

3.3.0

License

GPL-3.0-or-later

Unpacked Size

131 kB

Total Files

57

Last publish

Collaborators

  • mikejolley
  • albertjuhe
  • nerrad
  • obliviousharmony
  • louwie17
  • joshuatf
  • chihsuan
  • ~woocommerce
  • zhongruige
  • opr