Socket
Socket
Sign inDemoInstall

@vtex/admin-ui-system

Package Overview
Dependencies
10
Maintainers
69
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/admin-ui-system


Version published
Maintainers
69
Created

Readme

Source

admin-ui-system

NPM

Install

yarn add @vtex/admin-ui-system @emotion/css @emotion/react

Typescript

If you are using typescript 4.1 & above, ignore the following steps

This package uses emotion v11, so if you are under typescript 4.1 you must install @emotion/react as a dev dependency and add it to your types.

⚠️ Do not install as normal dependency, otherwise it can break admin styles

yarn add @emotion/react -D

Add the types within tsconfig.json

// tsconfig.json
{
  compilerOptions:{
    types: ['@emotion/react/types/css-prop'],
    // ...
  }
  // ...
}

FAQs

Last updated on 28 Jul 2021

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc