@zenkigen-inc/component-ui 1.10.2 → 1.11.2

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
@@ -3,7 +3,21 @@
3
3
  ## インストール
4
4
 
5
5
  ```bash
6
- yarn add @zenkigen-inc/component-ui
6
+ yarn add @zenkigen-inc/component-ui @zenkigen-inc/component-config
7
+ ```
8
+
9
+ Tailwind CSSの設定に以下を追加する。
10
+
11
+ ```diff
12
+ {
13
+
14
+ content: [
15
+ + './node_modules/@zenkigen-inc/**/*.{js,ts,tsx}',
16
+ ],
17
+ presets: [
18
+ + require('@zenkigen-inc/component-config')
19
+ ],
20
+ }
7
21
  ```
8
22
 
9
23
  ## 利用方法