Dev-tools
A javascript utility for comfort development of projects.
Install with npm
npm install dev-tools --saveUse with node.js, browserify or webpack:
var DevTools = require('dev-tools');
DevTools();Options
gridOptions
Type: object
Values
{
unitHeight: 0,
colCountInRow: 12,
colOuterPadding: 0
}unitHeight - vertical unit height
colCountInRow - grid columns count in one row
colOuterPadding - columns outer padding
Example
var DevTools = require('dev-tools');
DevTools({
gridOptions: {
unitHeight: 50,
colCountInRow: 12,
colOuterPadding: 20
}
});On this page
Languages
JavaScript82.8%CSS16.6%HTML0.6%
Contributors
MIT License
Created October 11, 2015
Updated January 13, 2024