0.0.11 • Published 5 months ago

@unifyui/mui v0.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months 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

5 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.1-alpha.861

10 months ago