jy-headless 0.3.14 → 0.3.15

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,12 @@ React용 Headless UI 라이브러리
18
18
 
19
19
  ---
20
20
 
21
+ ## 스토리북
22
+
23
+ [Storybook](https://6795bdd4b570ec0f79b87452-rmxhztnaqg.chromatic.com/?path=/docs/components-autocomplete--docs) 에서
24
+ 컴포넌트를 테스트 해 볼 수 있습니다
25
+ ___
26
+
21
27
  ## 제공 요소
22
28
 
23
29
  ### Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jy-headless",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "A lightweight and customizable headless UI library for React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",