0.0.38 • Published 11 months ago
@renken/comment-toolbar v0.0.38
Comment Toolbar
Just testing out a new package. Don't use it.
Installation
npm install comment-toolbar
# or
yarn add comment-toolbar
# or
pnpm add comment-toolbarRequirements
This package requires the following peer dependencies:
- React ^18.0.0
- React DOM ^18.0.0
Quick Start
import { CommentToolbar } from 'comment-toolbar';
import '@renken/comment-toolbar/dist/index.css';
function App() {
return (
<CommentToolbar
convexUrl={'string from convex'}
authUserEmail={'user email--needs to already be in convex users collection'}
show={true}
/>
);
}Props
CommentToolbar
| Prop | Type | Required | Description |
|---|---|---|---|
| convexUrl | string | Yes | The URL of the Convex instance |
| authUserEmail | string | Yes | The email of the currently authenticated user |
| show | boolean | No | Whether to show the comment toolbar |
License
MIT
0.0.38
11 months ago
0.0.37
11 months ago
0.0.36
11 months ago
0.0.35
1 year ago
0.0.34
1 year ago
0.0.33
1 year ago
0.0.32
1 year ago
0.0.31
1 year ago
0.0.30
1 year ago
0.0.29
1 year ago
0.0.28
1 year ago
0.0.27
1 year ago
0.0.26
1 year ago
0.0.25
1 year ago
0.0.24
1 year ago
0.0.23
1 year ago
0.0.22
1 year ago
0.0.21
1 year ago
0.0.20
1 year ago
0.0.19
1 year ago
0.0.18
1 year ago
0.0.17
1 year ago
0.0.16
1 year ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.1
1 year ago