beehealthy-chatboot
v0.0.1
Published
A React component for a chatbot interface.
Readme
Usage
import { BeehealthyChatboot } from "beehealthy-chatboot";
function App() {
return (
<>
<h1>Your app</h1>
<BeehealthyChatboot />
</>
);
}
export default App;