UNPKG

chattr

Version:

A chatgpt chatbot component library for nextjs.

7 lines (6 loc) 280 B
import React from 'react'; /** * Chattrbot - A pre made chatbot solution with light/dark mode tailwind css classes. Uses basic chat functionality with chatgpt models. * @returns The entire Default Chattrbot component. */ export default function Chattrbot(): React.JSX.Element;