0.16.0 • Published 4 years ago

@vtex/admin-ui-system v0.16.0

Weekly downloads
506
License
-
Repository
github
Last release
4 years ago

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'],
    // ...
  }
  // ...
}
0.16.0

4 years ago

0.15.1

4 years ago

0.15.0

4 years ago

0.14.0

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.5.0-next.0

5 years ago

0.4.2

5 years ago

0.4.0-next.2

5 years ago

0.4.0

5 years ago

0.4.0-next.1

5 years ago

0.4.0-next.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.1.0-rc.1

5 years ago

0.1.0-rc.0

5 years ago

0.1.0-alpha.2

5 years ago

0.1.0-alpha.1

5 years ago

0.1.0-alpha.0

5 years ago