@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) • 450 B
JavaScript
"use client";
import{jsx as e}from"react/jsx-runtime";import{CommentFieldContainer as n}from"../CommentField/CommentField.container.js";const o=o=>{const{author:t,onAdd:a,onCancel:r,statusMapping:m,...s}=o;return console.warn("`CommentCreate` component is deprecated and will be removed in a future release. Please use `CommentField` component instead."),e(n,{author:t,onSave:a,onCancel:r,statusMapping:m,...s})};export{o as CommentCreateContainer};