osjs-gui icon indicating copy to clipboard operation
osjs-gui copied to clipboard

OS.js GUI Module

Results 16 osjs-gui issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

Add a treeview component with sub components

enhancement

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 =>...

enhancement

Having a dedicated table component would be nice.

enhancement