@nexusui/components
Version:
These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.
3 lines (2 loc) • 499 B
JavaScript
"use client";
;Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("../CommentField/CommentField.container.js");exports.CommentCreateContainer=t=>{const{author:o,onAdd:r,onCancel:a,statusMapping:s,...i}=t;return console.warn("`CommentCreate` component is deprecated and will be removed in a future release. Please use `CommentField` component instead."),e.jsx(n.CommentFieldContainer,{author:o,onSave:r,onCancel:a,statusMapping:s,...i})};