Skip to content

Commit 544b1d1

Browse files
updated: modules list
1 parent d63b65b commit 544b1d1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ const coolDivs = $('div').filter(d => d.classList.contains('cool'))
3838
Bianco is build out on the top of many micro DOM helpers.<br>
3939
It'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

0 commit comments

Comments
 (0)