{"id":18337331,"url":"https://github.com/derrmru/react-webchat","last_synced_at":"2026-04-29T17:04:56.429Z","repository":{"id":143799161,"uuid":"335627434","full_name":"derrmru/react-webchat","owner":"derrmru","description":"A chatbot ui template component build with react","archived":false,"fork":false,"pushed_at":"2021-02-08T15:46:37.000Z","size":638,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:17:00.689Z","etag":null,"topics":["frontend","react","webchat"],"latest_commit_sha":null,"homepage":"https://react-webchat.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derrmru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-03T13:06:54.000Z","updated_at":"2021-02-08T15:49:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ac9182d-d29d-4cbf-a3da-4365954dfec6","html_url":"https://github.com/derrmru/react-webchat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrmru%2Freact-webchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrmru%2Freact-webchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrmru%2Freact-webchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrmru%2Freact-webchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derrmru","download_url":"https://codeload.github.com/derrmru/react-webchat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103860,"owners_count":21048245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend","react","webchat"],"created_at":"2024-11-05T20:10:49.787Z","updated_at":"2026-04-29T17:04:51.382Z","avatar_url":"https://github.com/derrmru.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple lightweight chat ui template component build react.\n\n## Installation\n\nYou must set required props for this to function.\n\nIMPORTANT: your server must emit to 'receive' and listen to 'send' at your socket endpoint.\n\n## Usage\n\n```\nimport Chatbot from 'react-webchat'\n\nfunction App() {\n  return (\n    \u003c\u003e\n      \u003cChatbot \n        endpoint={'http://localhost:5000'}\n        iconSize='50'\n        brandColor='#248ec2'\n        brandColor2='#20365F'\n        title='React Webchat'\n        /\u003e\n    \u003c/\u003e\n  );\n}\n\nexport default App;\n\n\n```\n## Props\n\nProps: \n\n1. endpoint: string         //Required - your server Websocket endpoint, this is built for Socket.io\n2. iconSize: string         //Required - size in pixels of your chat icon\n3. brandColor: string       //Required - set your brand colors, will accept normal css color values as a string\n4. brandColor2: string      //Required - as above\n5. title: string            //Required - the title of the component, this is shown in header section\n\n## Dependencies\n\nReact\nSocket\nTypescript","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderrmru%2Freact-webchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderrmru%2Freact-webchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderrmru%2Freact-webchat/lists"}