UNPKG

@nexusui/theme

Version:

This is a simple MUI theme drop in for your React application, which aims to be the source of truth for the NexusUI Design system.

7 lines (6 loc) 171 B
import { nexusTheme } from './theme'; export * from './colors'; export * from './theme'; export * from './locale'; export * from './functions'; export default nexusTheme;