UNPKG

@veltdev/react

Version:

Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.

29 lines (28 loc) 1.94 kB
export { default as VeltProvider } from "./Snippyly"; export { default as VeltCommentBubble } from "./SnippylyCommentBubble"; export { default as VeltComments } from "./SnippylyComments"; export { default as VeltCommentsSidebar } from "./SnippylyCommentsSidebar"; export { default as VeltCommentTool } from "./SnippylyCommentTool"; export { default as VeltCursor } from "./SnippylyCursor"; export { default as VeltHuddle } from "./SnippylyHuddle"; export { default as VeltHuddleTool } from "./SnippylyHuddleTool"; export { default as VeltPresence } from "./SnippylyPresence"; export { default as VeltRecorderControlPanel } from "./SnippylyRecorderControlPanel"; export { default as VeltRecorderNotes } from "./SnippylyRecorderNotes"; export { default as VeltRecorderPlayer } from "./SnippylyRecorderPlayer"; export { default as VeltRecorderTool } from "./SnippylyRecorderTool"; export { default as VeltSidebarButton } from "./SnippylySidebarButton"; export { default as VeltTags } from "./SnippylyTags"; export { default as VeltTagTool } from "./SnippylyTagTool"; export { default as VeltArrows } from "./SnippylyArrows"; export { default as VeltArrowTool } from "./SnippylyArrowTool"; export { default as VeltUserInviteTool } from "./SnippylyUserInviteTool"; export { default as VeltUserRequestTool } from "./SnippylyUserRequestTool"; export { default as VeltCommentPlayerTimeline } from "./VeltCommentPlayerTimeline"; export { default as VeltVideoPlayer } from "./VeltVideoPlayer"; export { default as VeltViewAnalytics } from "./VeltViewAnalytics"; export { default as VeltCommentThread } from "./VeltCommentThread"; export { default as VeltNotificationsTool } from "./VeltNotificationsTool"; export { default as VeltNotificationsPanel } from "./VeltNotificationsPanel"; export { default as VeltNotificationsHistoryPanel } from "./VeltNotificationsHistoryPanel"; export { default as VeltNivoChartComments } from "./VeltNivoChartComments";