@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.
2 lines (1 loc) • 481 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});exports.acceptStyle={borderColor:"success.main"},exports.activeStyle={backgroundColor:"background.paper",borderColor:"text.primary"},exports.baseStyle={textAlign:"center",padding:10,borderWidth:2,borderRadius:2,borderColor:"grey.400",borderStyle:"dashed",outline:"none",transition:e=>`border ${e.transitions.duration.standard}ms ${e.transitions.easing.easeInOut}`},exports.rejectStyle={borderColor:"error.main"};