
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
react-floating-whatsapp-skolmi-dev-1
Advanced tools
Simple React Component for adding a floating WhatsApp button to your project.
Simple react component for adding a floating WhatsApp button to your project.
npm i react-floating-whatsapp
yarn add react-floating-whatsapp
height
that allow to control the chat box height.notification
that enable/disable repeated notifications sound and indicators.notificationDelay
to set the time delay between notifications in millisecond.notificationSound
to allow notifications sound.chatMessage
appears.position
Thanks to @jpmedeirosmorais and @jorgemndozadefaultMessage
prop to allow for a prefilled message.import React from 'react'
import FloatingWhatsApp from 'react-floating-whatsapp'
export default function App() {
return (
<FloatingWhatsApp {/* Props */} />
)
}
Prop | Type | Options | Description | Default |
---|---|---|---|---|
phoneNumber | String | Required | Phone number in intenational format | 1234567890 |
accountName | String | Required | Account username | Account Name |
avatar | String | Optional | Change user avatar using static assets | UI Faces |
statusMessage | String | Optional | Text below the account username | Typically replies within 1 hour |
chatMessage | String | Optional | Text inside the chat box. | Hello there! 🤝 \nHow can we help? |
placeholder | String | Optional | Input placeholder. | Type a message.. |
darkMode | Boolean | Optional | Dark style. | false |
allowClickAway | Boolean | Optional | Closes the chat box when user clicks outside | false |
allowEsc | Boolean | Optional | Closes the chat box when Escape key is pressed | false |
className | String | Optional | CSS className applied to the main wrapping Div | custom-class |
styles | CSSProperties | Optional | Inline style applied to the Button only | {} |
height | Number | Optional | Control chat box height | 300 |
notification | Boolean | Optional | Allow repeated notifications (Disabled after user opens the chat box) | false |
notificationDelay | Number | Optional | Time delay between notifications in millisecond | 18000 |
notificationSound | Boolean | Optional | Allow notification sound | false |
defaultMessage | String | Optional | A default prefilled message. | Hello, I have a query |
MIT © awran5
FAQs
Simple React Component for adding a floating WhatsApp button to your project.
We found that react-floating-whatsapp-skolmi-dev-1 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.