2.0.4 • Published 5 months ago

@teravn/onui v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

The React UI component library is based on MUI. It overrides all MUI's components and others

Example

import React from "react";
import { Button, ThemeProvider } from "@teravn/onui";

type ThemeMode = "light" | "dark";

const OnUIProvider = ({ children }: React.PropsWithChildren) => {
  const [mode] = React.useState < ThemeMode > "light";

  return <ThemeProvider settings={{ mode }}>{children}</ThemeProvider>;
};

export default OnUIProvider;

Installation

Install the package in your project directory with:

yarn add @teravn/onui

License

The MIT License.

2.0.3

5 months ago

2.0.2

5 months ago

2.0.4

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago