@bonfire-labs/chats
TypeScript icon, indicating that this package has built-in type declarations

1.0.13-u • Public • Published

Bonfire SDK

Empowering web3 organizations with cutting-edge AI-powered tools for smarter decision-making and stronger communities.

Getting Started

Install dependencies and start developing components

yarn install # install depedencies
yarn storybook # run storybook
yarn build # build the library
yarn publish # publish the library

You can also use the built-in site to test or document your components

yarn dev:site # site dev mode
yarn build:site # build site
yarn preview:site #priview built site

Using the library

  1. Install peer dependencies: React & ReactDOM, Tailwind CSS and Headless UI

  2. Install the component library

    yarn add @bonfire-labs/bonfire-ai
  3. In your project root, import the library CSS file

    import { Chat } from "@bonfire-labs/bonfire-ai";
    import "@bonfire-labs/bonfire-ai/dist/style.css";
    <Chat organization="[Your Organization Name]" />;

Package Sidebar

Install

npm i @bonfire-labs/chats

Weekly Downloads

1

Version

1.0.13-u

License

MIT

Unpacked Size

165 kB

Total Files

7

Last publish

Collaborators

  • brucewangbonfire
  • ardaerturk