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) 472 B
"use client"; import{styled as t}from"@mui/material/styles";import r from"@mui/material/Tab";const o=t(r)((({theme:t})=>({textTransform:"none",minWidth:0,minHeight:40,[t.breakpoints.up("sm")]:{minWidth:0},transition:t.transitions.create("background-color"),backgroundColor:t.vars.palette.grey[50],borderRadius:8,fontWeight:400,padding:"8px 16px",...t.applyStyles("dark",{backgroundColor:t.vars.palette.Button.inheritContainedHoverBg})})));export{o as ButtonTabComponent};