UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

7 lines (4 loc) 173 B
import React from 'react'; import './style.scss'; const Grippy = ({ height }) => <div className="ui-grippy" style={{ height: `${height}px`}}></div> export default Grippy;