UNPKG
moq-ui
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Simple, customizable UI components built with React
bitbucket.org/miksula/moq-ui
moq-ui
/
src
/
utils
/
key-line.js
14 lines
(11 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= {
Desktop
: {
GUTTER
:
24
,
GUTTER_LESS
:
16
,
INCREMENT
:
64
,
MENU_ITEM_HEIGHT
:
32
},
getIncrementalDim
:
function
(
dim
) {
return
Math
.
ceil
(dim /
this
.
Desktop
.
INCREMENT
) *
this
.
Desktop
.
INCREMENT
; } }