File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,14 @@ const coolDivs = $('div').filter(d => d.classList.contains('cool'))
3838Bianco is build out on the top of many micro DOM helpers.<br >
3939It's strongly recommended to install only the modules you really need
4040
41- - [ bianco.query] ( https://github.com/biancojs/query#api ) DOM queries
4241- [ bianco.events] ( https://github.com/biancojs/events#api ) DOM events
43- - [ bianco.images-loader] ( https://github.com/biancojs/images-loader#api ) Load images using promises
44- - [ bianco.attr] ( https://github.com/biancojs/attr#api ) DOM attributes
45- - [ bianco.css] ( https://github.com/biancojs/css#api ) Css helpers
42+ - [ bianco.query] ( https://github.com/biancojs/query#api ) DOM queries
4643- [ bianco.dom-to-array] ( https://github.com/biancojs/dom-to-array#api ) Convert any DOM node/s into arrays
44+ - [ bianco.images-loader] ( https://github.com/biancojs/images-loader#api ) Load images with promises
45+ - [ bianco.viewport] ( https://github.com/biancojs/viewport#api ) Viewport properties and utils (scrollbar width, scrollTop...)
46+ - [ bianco.force-reflow] ( https://github.com/biancojs/force-reflow#api ) Force DOM reflows
47+ - [ bianco.css] ( https://github.com/biancojs/css#api ) CSS helper
48+ - [ bianco.attr] ( https://github.com/biancojs/attr#api ) DOM attributes
4749
4850## TODO
4951
You can’t perform that action at this time.
0 commit comments