@commercetools/merchant-center-shared-ui
v0.2.0
Published
Shared UI components for Merchant Center applications
Keywords
Readme
@commercetools/merchant-center-shared-ui
This package contains shared UI components intended for use across various Merchant Center applications.
Package Structure
This package is configured for tree-shaking, allowing consumers to import only the components they need without bundling the entire package.
Usage
Install the package:
pnpm add @commercetools/merchant-center-shared-uiImport components as needed:
// Tree-shakable imports - only the imported component will be bundled
import { ComponentName } from '@commercetools/merchant-center-shared-ui';Component Categories
This package contains:
- Domain Specific Internal MC Components: Components tied to specific application domains
- General Use Internal MC Components: Broad utility components used across multiple MC applications
Documentation
Storybook stories for all components in this package can be found in the main Storybook instance.
