50 && 'border-blue-500',
// Custom className
className
)}
{...restProps}
>
{prop1}
Value: {prop2}
{children &&
{children}
}
);
}
);
ComponentName.displayName = 'ComponentName';
// ============================================================================
// EXPORTS
// ============================================================================
export default ComponentName;