1.1.5 • Published 8 years ago

segment-breakpoints v1.1.5

Weekly downloads
10
License
ISC
Repository
github
Last release
8 years ago

segment-breakpoints v1.1.4

Library for work with js breakpoints.

Install via npm:

npm i segment-breakpoints --save

js

import SegmentBreakpoints from 'segment-breakpoints';
const sb = new SegmentBreakpoints({
    0:{
        min:false,
        in:fnc.b_in0x600,
        out:fnc.b_out0x600
    },
    600:{
        max:true,
        min:false,
        in:fnc.b_in600x700,
        out:fnc.b_out600x700
    },
    1280:{
        max:true,
        min:false,
        in:fnc.b_in1280x1440,
        out:fnc.b_out1280x1440
    },
    1600:{
        max:true,
        min:false,
        in:fnc.b_in1600,
        out:fnc.b_out1600
    }
});
1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago