syncfusion-react-textbox
Installation
SKILL.md
Implementing Syncfusion React TextBox Component
The TextBox component is a lightweight input control that captures user text input with support for floating labels, validation states, icons, and advanced features. This skill guides you through implementing, configuring, and customizing the TextBox component in React applications.
Navigation Guide
๐ Agentic use: Do not execute multiple steps autonomously. Confirm with the user before each action (install, run, file creation).
Getting Started
๐ Read: references/getting-started.md
- Vite setup for React development
- Installing
@syncfusion/ej2-react-inputspackage ๐ STOP โ Do not install packages autonomously. Ask the user to run:npm install @syncfusion/ej2-react-inputs. Pin a specific version (e.g.,@syncfusion/ej2-react-inputs@28.x.x) and verify withnpm audit - Adding CSS imports and themes
- Creating your first TextBox component
- Adding icons and floating labels
- Running the development server ๐ STOP โ Do not start the dev server autonomously. Ask the user to run:
npm run dev