sunpeak 0.3.3 → 0.3.5

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
@@ -39,6 +39,13 @@ Requirements: React (18+), Tailwind 4
39
39
  pnpm add sunpeak
40
40
  ```
41
41
 
42
+ When using `ChatGPTSimulator`, import the styles in your entry file:
43
+
44
+ ```tsx
45
+ import 'sunpeak/style.css';
46
+ import { ChatGPTSimulator } from 'sunpeak';
47
+ ```
48
+
42
49
  ## Key Features
43
50
  - 📺 ChatGPT simulator for local UI component development.
44
51
  - 📚 Pre-built component library built on [openai/apps-sdk-ui](https://github.com/openai/apps-sdk-ui).