@unifyui/mui

0.0.11 • Public • Published

@unifyui/mui

Drop in Revvity theme for mui

Usage

Add this theme like any global mui theme.

Import in your main app file:

import { ThemeProvider } from "@mui/material/styles";
import revvityTheme from "@unifyui/mui";
// optional
import revvityThemeDark from "@unifyui/mui";

Apply to the app.

<ThemeProvider theme={revvityTheme}>
  <App/>
</ThemeProvider>

Apply to a view or component.

<ThemeProvider theme={revvityTheme}>
  <MyViewOrComponent/>
</ThemeProvider>

Optional dark mode. Your app handles user preferences.

<ThemeProvider theme={revvityThemeDark}>
  <App/>
</ThemeProvider>

That's it!

Feedback

Welcome here

Compatibility

  • mui 5.x.x (and probably 6.x.x based on mui docs)

Docs

Versions

0.0.11

  • Minor docs adds

0.0.10

  • Minor bug fixes

0.0.9

0.0.8

0.0.7

  • initial full release
  • 24 Components
  • colors palette & font support

Readme

Keywords

Package Sidebar

Install

npm i @unifyui/mui

Weekly Downloads

9

Version

0.0.11

License

ISC

Unpacked Size

598 kB

Total Files

9

Last publish

Collaborators

  • revvityux
  • mikewilsonpki