From 2c9f23276793fcbfb1cdd6d354c31eeffcd78557 Mon Sep 17 00:00:00 2001 From: ykudo-gp Date: Mon, 13 Apr 2026 02:24:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20README.en.md=20=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E8=A1=A8=E7=8F=BE=E3=82=92=E6=94=B9=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 導入文を簡潔に修正("This is a component library..." → "A React component library...") - Flexibility の説明文を自然な英語に修正("introduce components one by one" → "install components one at a time"、"in the way that best fits each project" → "whichever approach suits your project") - Accessibility の説明文を慣用的な表現に修正("engineered with accessibility as a primary consideration" → "Built with accessibility as a first-class concern.") - Customizability の説明文を修正("spin up code" → "scaffold projects") - Makefile ターゲット一覧の区切り文字を `...` から `—` に修正 Co-Authored-By: Claude Sonnet 4.6 --- README.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 1e1012d..6b8eb41 100644 --- a/README.en.md +++ b/README.en.md @@ -14,14 +14,14 @@ English | **[日本語](./README.md)** [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -This is a component library built with React.js and TypeScript.
+A React component library built with TypeScript.
It implements [Goodpatch](https://goodpatch.com/)'s "Sparkle Design" system on top of shadcn/ui. ## Features -- 🔧 **Flexibility** ... Because it is based on shadcn/ui and compatible with the shadcn/ui registry, you can introduce components one by one. It is also published as an npm package, so you can integrate it in the way that best fits each project. -- ♿️ **Accessibility** ... Sparkle Design is engineered with accessibility as a primary consideration. -- 🎨 **Customizability** ... A dedicated CLI tool lets you apply the same customizations found in the Figma files. This makes it easy to spin up code for design systems built on Sparkle Design. +- 🔧 **Flexibility** ... Built on shadcn/ui and compatible with the shadcn/ui registry, so you can install components one at a time. Also available as an npm package for full-library integration — choose whichever approach suits your project. +- ♿️ **Accessibility** ... Built with accessibility as a first-class concern. +- 🎨 **Customizability** ... A dedicated CLI tool lets you apply the same customizations found in the Figma files. This makes it easy to scaffold projects built on Sparkle Design. - 🤖 **AI Friendly** ... Ships with skills and guard configurations for Claude Code, Cursor, and Codex. Maintain design system quality even during AI-assisted coding. ## Usage @@ -243,8 +243,8 @@ pnpm type-check The Makefile defines the following targets: -- `registry` ... Generate the registry and copy files to the public directory -- `new-component` ... Interactive flow for creating a new component +- `registry` — Generate the registry and copy files to the public directory +- `new-component` — Interactive flow for creating a new component Run `make help` for details.