Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-buttons

Package Overview
Dependencies
Maintainers
3
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-buttons - npm Package Compare versions

Comparing version 24.2.3 to 24.2.5

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### SpeedDial
#### Bug Fixes
- `FAB` and `SpeedDial` control `readme.md` file updated.
## 24.2.3 (2024-01-31)
### Switch

@@ -7,0 +15,0 @@

2

dist/ej2-react-buttons.min.js
/*!
* filename: ej2-react-buttons.min.js
* version : 24.2.3
* version : 24.2.5
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

/*!
* filename: ej2-react-buttons.umd.min.js
* version : 24.2.3
* version : 24.2.5
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-react-buttons@*",
"_id": "@syncfusion/ej2-react-buttons@24.1.46",
"_id": "@syncfusion/ej2-react-buttons@24.2.3",
"_inBundle": false,
"_integrity": "sha512-ku50KNWllvS9sxddWFQtukBOObTLF6fOPt0ZTAmFb6NaGjSxBBOvrAMSpTlM2sUItWzPxMWdkvyNxEXdcceDfg==",
"_integrity": "sha512-JKw4G3VW/NCMeejbE6Gt7w0gi6Fim31bcFscz/pC2+4qGIEEJnHEKGg0/mNU/tbC6rmVu2a+A4SIW4YdXceQ/g==",
"_location": "/@syncfusion/ej2-react-buttons",

@@ -22,4 +22,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-24.1.46.tgz",
"_shasum": "fba535618784de713206f76526f60c1834eb0fb6",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-24.2.3.tgz",
"_shasum": "9d7163e44260c39fc0e74aa604a656ff254c19c9",
"_spec": "@syncfusion/ej2-react-buttons@*",

@@ -35,4 +35,4 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.2.3",
"@syncfusion/ej2-buttons": "24.2.3",
"@syncfusion/ej2-base": "~24.2.5",
"@syncfusion/ej2-buttons": "24.2.5",
"@syncfusion/ej2-react-base": "~24.2.3",

@@ -60,4 +60,4 @@ "awesome-typescript-loader": "^3.1.3",

},
"version": "24.2.3",
"version": "24.2.5",
"sideEffects": false
}

@@ -87,3 +87,46 @@ # React Buttons Components

### React Floating Action Button
The [React Floating Action Button](https://www.syncfusion.com/react-components/react-fab?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm) component performs the primary action that appears in front of all screen contents. It has several built-in features such as support for icons, predefined styles, positions, and UI customization.
<p align="center">
<a href="https://ej2.syncfusion.com/react/documentation/floating-action-button/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm#/bootstrap5/floating-action-button/overview">Online demos</a> .
<a href="https://www.syncfusion.com/react-components/react-fab?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Learn more</a>
</p>
<p align="center">
<img alt="React Floating Action Button Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-fab.png">
</p>
#### Key features
* [Icons](https://ej2.syncfusion.com/react/documentation/floating-action-button/icons) - Supports addition of both text and icon on the Button.
* [Predefined styles](https://ej2.syncfusion.com/react/documentation/floating-action-button/styles) - Provided with predefined styles for the Floating Action Button.
* [Positions](https://ej2.syncfusion.com/react/documentation/floating-action-button/positions) - Positioned anywhere on the target. If the target is not defined, then Floating Action Button is positioned based on the browser viewport.
### React Speed Dial
The [React Speed Dial](https://www.syncfusion.com/react-components/react-speed-dial?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm) component is an extension of the floating action button that displays a list of action buttons when clicked. It has several built-in features such as support for items, predefined styles, positions, and UI customization.
<p align="center">
<a href="https://ej2.syncfusion.com/react/documentation/speed-dial/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Getting Started</a> .
<a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm#/bootstrap5/speed-dial/default">Online demos</a> .
<a href="https://www.syncfusion.com/react-components/react-speed-dial?utm_source=npm&utm_medium=listing&utm_campaign=react-buttons-npm">Learn more</a>
</p>
<p align="center">
<img alt="React Speed Dial Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-speeddial.gif">
</p>
#### Key features
* [Items](https://ej2.syncfusion.com/react/documentation/speed-dial/items) - Provides different items support for the Speed Dial.
* [Predefined styles](https://ej2.syncfusion.com/react/documentation/speed-dial/styles) - Provided with predefined styles for the Speed Dial.
* [Positions](https://ej2.syncfusion.com/react/documentation/speed-dial/positions) - Positioned anywhere on the target. If the target is not defined, then Speed Dial is positioned based on the browser viewport.
* [Modes](https://ej2.syncfusion.com/react/documentation/speed-dial/display-modes) - Supports display of items in both linear and radial display modes.
* [Modal](https://ej2.syncfusion.com/react/documentation/speed-dial/modal) - Adds an overlay to prevent the background interaction.
* [Templates](https://ej2.syncfusion.com/react/documentation/speed-dial/template) - Customize Speed Dial items and the popup content using templates.
<p align="center">
Trusted by the world's leading companies

@@ -90,0 +133,0 @@ <a href="https://www.syncfusion.com/">

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc