react-comments-section icon indicating copy to clipboard operation
react-comments-section copied to clipboard

npm package for integrating a fully functional comments section in react web apps along with custom input fields.

Results 32 react-comments-section issues
Sort by recently updated
recently updated
newest added

"dependencies": { "@douyinfe/semi-ui": "^2.10.1", "@optum/json-schema-editor": "^2.1.0", "@reduxjs/toolkit": "^1.8.2", "@rjsf/antd": "^4.2.0", "@rjsf/core": "^4.2.0", "@types/qs": "^6.9.7", "antd": "^4.20.5", "axios": "^0.27.2", "echarts": "^5.3.2", "echarts-for-react": "^3.0.2", "husky": "^8.0.1", "lodash": "^4.17.21", "moment": "^2.29.3", "qs": "^6.11.0",...

Can you please allow customizing the toolbar for Advanced editor? I am planning to use this in my App but I need to customize the toolbar options(Need to remove Block...

help wanted
good first issue

If we use "react-comments" it will give an error not found. We need to give "react-comments-section".

This PR adds support for internationalisation and provides translations for English and Spanish (the latter in a separate commit)

This will be a paid job for you. Let me know what you think!

The bundled CSS in dist folder contains an `@import` statement in the middle of the file, while those should only appear before all other statements. Vite produces the following message...

https://github.com/RiyaNegi/react-comments-section/blob/0bcee5a0316705125e6f8dd0b1b52c6bcae4b16a/src/components/InputField/Index.tsx#L5 At this line there's a require of the `uuid` package which is not declared in the `dependencies` field of `package.json`. Also, as mentioned, it uses the require syntax while...

Hi, is it possible to add a date field in this component to allow the user to see when the comment was added?