0.0.11 • Published 2 years ago

@unifyui/mui v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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
0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.1-alpha.861

2 years ago