Skip to content

goldenplanetdk/lodash-mixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBB lodash mixins

Collection of general-purpose in-house lodash mixins for OpenBizBox apps.

The modules use ES6 and must be required with webpack. Components are included with a glob pattern by using require.context that is available in webpack only.

Usage

To include all mixins use:

require('lodash-obb');

Style guides

TODO