Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-buttons

Package Overview
Dependencies
1
Maintainers
2
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-buttons


Version published
Weekly downloads
163K
decreased by-0.26%
Maintainers
2
Install size
9.15 MB
Created
Weekly downloads
 

Package description

What is @syncfusion/ej2-buttons?

@syncfusion/ej2-buttons is a comprehensive package for creating various types of buttons in web applications. It provides a wide range of button components such as standard buttons, toggle buttons, radio buttons, and checkboxes, all of which are highly customizable and easy to integrate.

What are @syncfusion/ej2-buttons's main functionalities?

Standard Button

This feature allows you to create a standard button with customizable content. The button can be styled and configured to perform actions when clicked.

const button = new ej.buttons.Button({ content: 'Click Me' }); button.appendTo('#element');

Toggle Button

This feature allows you to create a toggle button that can switch between two states. It is useful for scenarios where you need a button to represent an on/off state.

const toggleButton = new ej.buttons.Button({ content: 'Toggle', isToggle: true }); toggleButton.appendTo('#element');

Radio Button

This feature allows you to create a radio button, which is part of a group of options where only one option can be selected at a time.

const radioButton = new ej.buttons.RadioButton({ label: 'Option 1', name: 'options' }); radioButton.appendTo('#element');

Checkbox

This feature allows you to create a checkbox, which can be used for binary choices such as accepting terms and conditions.

const checkbox = new ej.buttons.CheckBox({ label: 'Accept Terms' }); checkbox.appendTo('#element');

Other packages similar to @syncfusion/ej2-buttons

Readme

Source

Overview

A package of Essential JS 2 Button, CheckBox and RadioButton components. It comes with documentation and support, which is available under commercial and community licenses. Please visit www.syncfusion.com to get started.

Resources

Keywords

FAQs

Last updated on 13 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc