UNPKG

@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) 398 B
"use client"; import{jsx as i}from"react/jsx-runtime";import{ActionGroup as r}from"../../../core/ActionGroup/ActionGroup.container.js";const o=o=>{const{hideOnBlur:t=!0,sx:e,...n}=o;return i(r,{size:"small",...n,sx:[{"& .NexusActionGroup-iconButtonInactive":{visibility:t?"hidden":"visible"}},...Array.isArray(e)?e:[e]],TooltipProps:{disableInteractive:!0}})};export{o as AssemblyTreeItemActions};