You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@visual-framework/vf-chatbot-fab

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visual-framework/vf-chatbot-fab

Visual Framework Chatbot Floating Action Button component

1.0.0-beta.2
latest
npmnpm
Version published
Weekly downloads
7
-94.02%
Maintainers
5
Weekly downloads
 
Created
Source

Chatbot Floating Action Button

A floating action button (FAB) that triggers the chatbot modal.

Usage

When to use this component

Use the chatbot floating action button to:

  • Provide easy access to help or support without cluttering the main interface
  • Offer contextual assistance that users can access when needed
  • Create a persistent help option that follows users as they navigate through content
  • Enable quick access to chat functionality without dedicating permanent screen space
  • Signal the availability of interactive help in a recognizable, standard way

The FAB is particularly effective on pages where users might need assistance while completing tasks, such as forms, checkout processes, or complex workflows.

When not to use this component

This component is not to be used independent of the standalone or modal chatbot containers as it may not work correctly

Avoid the floating action button when:

  • The main interface already has prominent help or chat access points
  • Screen space is limited and the FAB would obstruct important content or controls
  • Users primarily access the site on mobile devices where FABs can interfere with scrolling
  • The chat functionality is central to the page purpose (use integrated chat instead)
  • Analytics show that the floating position isn't being discovered or used effectively

For pages where chat is the primary function, a dedicated interface may be more appropriate than a floating trigger.

Implementation

The FAB component provides:

  • Fixed positioning that remains visible as users scroll
  • Clear visual indicator (typically a chat or help icon) that suggests its function
  • Hover and focus states that provide visual feedback
  • Smooth animations and transitions for professional appearance
  • Active state styling when the associated chat modal is open
  • Responsive positioning that adapts to different screen sizes
  • Accessibility features including proper labeling and keyboard navigation

The button typically appears in the bottom-right corner of the viewport and opens the chatbot modal when clicked.

Install

yarn add --dev @visual-framework/vf-chatbot-fab

Help

  • Read the Visual Framework troubleshooting
  • Open a ticket
  • Chat on Slack

Keywords

fractal

FAQs

Package last updated on 09 Jul 2025

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