Port a component from the HTML reference (digital-go-jp/design-system-example-components-html) to this React + Storybook project.
원문 언어: 영어
메뉴
SkillsMP는 digital-go-jp/design-system-example-components-react에서 7개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 7개 중 7개를 표시합니다.
Port a component from the HTML reference (digital-go-jp/design-system-example-components-html) to this React + Storybook project.
원문 언어: 영어
Rules and conventions for building React components in this repo (composition pattern, no logic in component body, styling tokens, file layout, etc.). Read this before writing or editing any component.
원문 언어: 영어
Author component documentation in this project. Docs live in a standalone <Name>.mdx file next to the component's Stories, written in Japanese. Covers the React-first doc structure to write for any component, plus a short addendum for migrating content from…
원문 언어: 영어
Run the pre-completion checks before declaring a task done. Executes lint, markup lint, build (tsc), tests, and reminds the user to verify Storybook visually.
원문 언어: 영어
Write tests for components in this project. Covers Storybook-based UI tests (composeStories + vitest-browser-react), unit tests for hooks/utils, and the conventions that keep tests deterministic and meaningful.
원문 언어: 영어
Stage files, generate a commit message in this repo's Conventional Commits style, and commit after user approval.
원문 언어: 영어
Review changed code in this repo against the project's review checklist (readability, maintainability, performance, security, consistency).
원문 언어: 영어