0.0.5 • Published 3 years ago

umi-plugin-inspx v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

inspx with umi

inspx

npm

Pixel perfect layout inspection. inspx with umi.

Setup

Install the package:

npm install umi-plugin-inspx

Usage

Inspect elements by hovering an element and holding Option (⌥) simultaneously.

demo

By default, any element with padding, margin, or width and height is inspectable.

Configuration

By default, the component will only be enabled in the development environment.

You can configure this behavior with the disabled prop:

export default {
  inspx: {
    disabled: false,
    margin: true,
    size: true,
    padding: true,
  },
};
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago