🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@vtex/admin-ui-system

Package Overview
Dependencies
Maintainers
69
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/admin-ui-system

[![NPM](https://img.shields.io/npm/v/@vtex/admin-ui-system.svg)](https://www.npmjs.com/package/@vtex/admin-ui-system)

latest
Source
npmnpm
Version
0.16.0
Version published
Weekly downloads
82
7.89%
Maintainers
69
Weekly downloads
 
Created
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

Package 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