The JavaScript Button is a custom HTML5 button control. It has several built-in features such as support for icons, predefined styles, different button types, different button sizes, and UI customization. Toggle and repeat button functionality can be achieved by handling a click event.
Users tend to perceive visual information more readily than text. To this end, an icon button has been designed to include an icon to the right or left of the button text or provide an icon-only button.
The HTML5 Button control can be used to visually represent a hyperlink with both an icon and text.
The HTML5 button can be styled with a border and a transparent background.
Several predefined styles of button are available:
You can use them based on the context of your application.
The JavaScript button can be used as a toggle button to trigger two different actions based on its two states: pressed and released.
You can extend this button to act as a repeat button, which performs the click event repeatedly when it is clicked and held.
The JavaScript disabled button is used to indicate the inactive state of a button. It can be enabled or disabled by using the disabled property.
You can choose from different button sizes, default and small, as required in your application.
You can choose from built-in button types such as outline, block, and round buttons. Also, you can customize the button’s appearance.
The HTML5/JavaScript Button control supports built-in themes such as Bootstrap 5, Tailwind CSS, Fluent, high contrast, and more. Users can customize these built-in themes or create new themes to achieve the desired look and feel either by simply overriding SASS variables or using the Theme Studio application.
The Button component is also available in Blazor, React, Angular, and Vue frameworks. Check out the different Button platforms from the links below,
Easily get started with the JavaScript Button (HTML5 Button) using a few simple lines of HTML and TS code, as demonstrated below. Also explore our JavaScript Button Example that shows you how to render and configure the Button in JavaScript.
<div>
<!--Element which is going to render-->
<button id="element">Button</button>
</div>
import { Button } from '@syncfusion/ej2-buttons';
// Initialize Button component.
let button: Button = new Button({ content: 'Button' });
// Render initialized Button.
button.appendTo('#element');
The Syncfusion JavaScript Button provides the following features:
You can find our JavaScript Button demo here.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.