@sparkletree/cli 0.1.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ writes `provider` if you don't have it yet.
|
|
|
39
39
|
| `hero` | A hero section with streaming headline, body, and artwork. |
|
|
40
40
|
| `cta` | A call-to-action with a streaming label. |
|
|
41
41
|
| `copy-card` | A text card. |
|
|
42
|
-
| `product-card` | A product card with
|
|
42
|
+
| `product-card` | A product card with image, name, description and price. |
|
|
43
43
|
|
|
44
44
|
The default classes use Tailwind CSS. Restyle or restructure however you like —
|
|
45
45
|
the files are yours.
|