cms-react
✓CMS React components (CMS React 元件). Use when building CMS admin interfaces with article management (文章管理), approval workflows (審核流程), permission-based actions, or Mezzanine UI integration. Covers StandardCMSTable, modals, and article stage management. Keywords: CMS, React, 文章管理, 審核, 表格, table, modal, Mezzanine UI, article, workflow
Installation
SKILL.md
@rytass/cms-react-components 提供基於 Mezzanine UI 的 CMS 管理介面元件,支援文章生命週期管理、權限控制和審核流程。
| methods | UseFormReturn | 是 | react-hook-form 的表單方法 | | currentStage | ArticleStage | 是 | 當前文章階段 | | userPermissions | ArticlesPermissions[] | 是 | 使用者權限 | | actionsEvents | StandardCMSFormActionsEventsProps | 是 | 各操作回調函式 | | createMode | boolean | 否 | 是否為建立模式(影響顯示的按鈕) | | children | ReactNode | 是 | 表單內容 | | className | string | 否 | 容器 className |
| actionsClassName | string | 否 | 按鈕區 className | | leaveButtonText | string | 否 | 離開按鈕文字 | | actionButtonText | string | 否 | 操作按鈕文字 | | submitButtonText | string | 否 | 送出按鈕文字 | | disableLeaveButton | (values: T) => boolean | 否 | 離開按鈕禁用條件 | | disableActionButton | (values: T) => boolean | 否 | 操作按鈕禁用條件 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rytass/utils --skill cms-react- Source
- rytass/utils
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is cms-react?
CMS React components (CMS React 元件). Use when building CMS admin interfaces with article management (文章管理), approval workflows (審核流程), permission-based actions, or Mezzanine UI integration. Covers StandardCMSTable, modals, and article stage management. Keywords: CMS, React, 文章管理, 審核, 表格, table, modal, Mezzanine UI, article, workflow Source: rytass/utils.
How do I install cms-react?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rytass/utils --skill cms-react Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rytass/utils
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05