Socket
Book a DemoInstallSign in
Socket

@teravn/onui

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teravn/onui

The React UI component library is based on MUI

2.0.4
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

OnUI

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.

Keywords

teravn

FAQs

Package last updated on 28 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.