osjs-gui
osjs-gui copied to clipboard
OS.js GUI Module
It'd be cool to be able to have like a list of images or something with this feature.
A calendar component for apps that want to have a calendar would be nice.
To prevent additional build sizes of applications, `@osjs/gui` could be provded by the service provider this package provides via `window.osjsGui` just as the UMD module does. As far as I...
This came up in a conversation on Gitter. The ListView does not have any methods to manipulate rows, only set them ( `setRows()`). Solution: ``` addRow: row => state =>...