@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) • 621 B
JavaScript
"use client";
;Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@mui/material/styles");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=t(require("@mui/material/Tab"));const o=e.styled(r.default)((({theme:e})=>({textTransform:"none",minWidth:0,minHeight:40,[e.breakpoints.up("sm")]:{minWidth:0},transition:e.transitions.create("background-color"),backgroundColor:e.vars.palette.grey[50],borderRadius:8,fontWeight:400,padding:"8px 16px",...e.applyStyles("dark",{backgroundColor:e.vars.palette.Button.inheritContainedHoverBg})})));exports.ButtonTabComponent=o;