products-react-ui
v1.0.8
Published
React UI component library with Comments system and CommentDrawer - extracted from VLP frontend
Maintainers
Readme
Products React UI
React component library for commenting systems.
Installation
npm install products-react-uiPeer Dependencies
npm install react react-dom styled-componentsUsage
import { CommentDrawer } from 'products-react-ui';
function App() {
return (
<CommentDrawer
isOpen={true}
onClose={() => {}}
comments={[]}
onCommentSubmit={async (content) => {}}
/>
);
}Components
CommentDrawer- Main commenting interfaceCommentForm- Comment creation formCommentList- Comments displayButton,TextArea,Badge,Switch- UI components
TypeScript
Full TypeScript support included.
License
MIT
