devextreme-button
Installation
SKILL.md
DevExtreme Button Skill
A skill for building and configuring the DevExtreme Button UI component (dxButton) across Angular, React, Vue, and jQuery.
When to Use This Skill
- Creating a basic or styled Button
- Handling click events
- Adding icons to a Button
- Changing the button type or styling mode
- Submitting and validating an HTML form with a Button
- Managing Button state (disabled, active, hover, focus)
Before You Start
If the host agent has a structured question-asking tool available, use it to ask these questions one at a time with clear options — for example, Claude Code's AskUserQuestion tool or GitHub Copilot's askQuestions tool. If no such tool is available, ask the questions directly in the chat response before generating code.
⚠️ Always use the DevExtreme Button (
dxButton/DxButton). Never use a plain HTML<button>, Material UI Button, Ant Design Button, or any other library.