cleverweb-autoresponder
v1.0.5
Published
A reusable autoresponder component for CleverWeb services
Maintainers
Readme
CleverWeb Autoresponder
A reusable React component library for managing integrations in CleverWeb services.
Installation
yarn add cleverweb-autoresponderUsage
Important: Import the CSS file in your app's entry point:
// In your main.tsx or App.tsx
import 'cleverweb-autoresponder/style.css';
import AutoresponderIntegration from 'cleverweb-autoresponder';
function App() {
return <AutoresponderIntegration baseUrl='' token='add-your-access-token' isDarkMode={false} />;
}Features
- Built with React & TypeScript
- Styled with Tailwind CSS
- Fully typed
