syncfusion-aspnetcore-buttons
Installation
SKILL.md
Implementing Syncfusion ASP.NET Core Buttons
Button
The Button component is a fundamental action control that triggers a response when clicked. It supports color variants (primary, success, danger, warning, info, link), flat/outline/round styles, icon support, sizes, toggle behavior, ripple effects, and complete form integration.
Navigation Guide
Getting Started
📄 Read: references/button-getting-started.md
- Prerequisites and NuGet package installation
- Tag helper registration in
_ViewImports.cshtml - Stylesheet and script CDN setup in
_Layout.cshtml - Script manager registration with
<ejs-scripts> - Basic button rendering with
<ejs-button> - Enabling ripple effects
- Click event handling with
onclickattribute - Using the button in forms (
type="submit"/type="reset")