1.0.3 • Published 1 year ago

screen-break-point-info v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

About

Use to display screen break down label to easy responsive style

Usage

breakPoints is an object : key will be use to display break point label, value is min screen width

image image image

 <ScreenBreakPointInfo
          breakPoints={{
            sm: 640,
            md: 768,
            lg: 1024,
            xl: 1280,
            "2xl": 1536,
          }}
        />
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago