calccolumncount
v1.0.0
Published
Dynamically calculate the perfect column count for each row for given col-count, target and min colums.
Maintainers
Readme
calccolumncount
Dynamically calculate the perfect column count for each row for given col-count, target and min colums. Easy to use with Bootstrap.
calcColumnCount
calcColumnCount(columnCount, targetCount, minColumns);
- columnCount: count of columns within parent container (row)
- targetCount: target count of columns for each row
- minColumns: min count of colums for each row
