@clickaroo/checkout-ui 0.0.3-beta → 0.0.4-beta

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 CHANGED
@@ -27,8 +27,10 @@ function App() {
27
27
 
28
28
  return (
29
29
  <CheckoutPage
30
- cart={product}
30
+ cart={carts}
31
31
  />
32
32
  );
33
33
  }
34
- ```
34
+ ```
35
+
36
+ > **注意**:组件库的样式已经内联到 JS bundle 中,包含了所有 Tailwind CSS 样式。即使你的项目没有安装 Tailwind CSS,组件也能正常显示样式,无需额外导入任何 CSS 文件。