New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cmcts-c-agent-embedding-react

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmcts-c-agent-embedding-react

React library to display flowise chatbot on your website

latest
npmnpm
Version
1.0.18-kyocera
Version published
Weekly downloads
20
-20%
Maintainers
1
Weekly downloads
 
Created
Source

Flowise Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install c-agent-embedding c-agent-embedding-react

or

yarn add c-agent-embedding c-agent-embedding-react

Import

Full Page Chat

import { FullPageChat } from "c-agent-embedding-react";

const App = () => {
  return (
    <FullPageChat
      chatflowid="your-chatflow-id"
      apiHost="http://localhost:3000"
    />
  );
};

Popup Chat

import { BubbleChat } from "c-agent-embedding-react";

const App = () => {
  return (
    <BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
  );
};

FAQs

Package last updated on 03 Mar 2026

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