Skip to content

Commit d2ca5a9

Browse files
Merge pull request #296 from Nosto/copilot/fix-295
docs: add tag names as second column in README component tables
2 parents 1df0e9f + e25ea99 commit d2ca5a9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ This package provides the following custom elements:
1212

1313
### Store level templating
1414

15-
| Component | Description |
16-
| --------------- | ----------------------------------------------------------------- |
17-
| Campaign | Campaign rendering and product recommendation display |
18-
| SectionCampaign | Campaign rendering using the Section Rendering API (Shopify only) |
19-
| Control | Conditional content rendering based on user segments |
15+
| Component | Tag Name | Description |
16+
| --------------- | --------------------------- | ----------------------------------------------------------------- |
17+
| Campaign | `nosto-campaign` | Campaign rendering and product recommendation display |
18+
| SectionCampaign | `nosto-section-campaign` | Campaign rendering using the Section Rendering API (Shopify only) |
19+
| Control | `nosto-control` | Conditional content rendering based on user segments |
2020

2121
### Campaign level templating
2222

23-
| Component | Description |
24-
| ------------ | ----------------------------------------------- |
25-
| DynamicCard | Dynamic product card templating (Shopify only) |
26-
| Image | Progressive image enhancement with optimization |
27-
| Product | Product interaction and cart management |
28-
| ProductCard | Product card templating for recommendations |
29-
| SkuOptions | Product variant and SKU selection interface |
23+
| Component | Tag Name | Description |
24+
| ------------ | --------------------- | ----------------------------------------------- |
25+
| DynamicCard | `nosto-dynamic-card` | Dynamic product card templating (Shopify only) |
26+
| Image | `nosto-image` | Progressive image enhancement with optimization |
27+
| Product | `nosto-product` | Product interaction and cart management |
28+
| ProductCard | `nosto-product-card` | Product card templating for recommendations |
29+
| SkuOptions | `nosto-sku-options` | Product variant and SKU selection interface |
3030

3131
## Documentation
3232

0 commit comments

Comments
 (0)