diff --git a/README.md b/README.md index 1f87f21..392ac02 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,13 @@ ## インストール +```sh +npm install @digital-go-jp/tailwind-theme-plugin ``` -$ npm install @digital-go-jp/tailwind-theme-plugin -``` - -## 使用例 - -### tailwind.config.js - -``` + +`tailwind.config.js` の `plugins` 部分を以下のように設定してください。 + +```js { content: [...], theme: { @@ -26,6 +24,11 @@ $ npm install @digital-go-jp/tailwind-theme-plugin } ``` +## 使用例 + +- `examples` ディレクトリ +- [Reactサンプルコンポーネント集](https://github.com/digital-go-jp/design-system-example-components) + ## バージョン対応表 | Figma のバージョン | npm のバージョン |