Socket
Book a DemoInstallSign in
Socket

@img-arena/img-ui-mui-theme

Package Overview
Dependencies
Maintainers
78
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@img-arena/img-ui-mui-theme

Package for MUI Theme Provider with predefined styles in MUI Palette for IMGArena front-end teams

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
78
Created
Source

IMGArena-MUI-UI-THEME

Package with custom hook for MUI Theme Provider with predefined styles in MUI Palette for IMGArena front-end teams.

How to use

To install a package simply run:

npm i @img-arena/img-ui-mui-theme
// or
yarn add @img-arena/img-ui-mui-theme

For the components to work correctly it is crutial that the part of the app using them is wrapped in provider. (example for index.tsx in CRA). Also for the styles to work correctly import them at the root level (for CRA it's index.tsx file)

/* ... other imports */
import { ThemeProvider } from "@mui/material";
import { useImgTheme } from "@img-arena/img-ui-mui-theme";

function App() {
  const { imgTheme } = useImgTheme({});

  return <ThemeProvider theme={imgTheme}>yours layout</ThemeProvider>;
}

export default App;

Local development

To get started you have to run those two commands in separate terminals, but before that you have to install all dependencies.

To install dependencies run:

npm install npm-link-shared -g // skip this step if you have this already installed (to be deprecated)
npm run prestart

Building a package and watching for changes:

npm run build:watch

Starting a preview development server:

npm run dev:example

Keywords

UI

FAQs

Package last updated on 02 Oct 2023

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.