intercellular / cell

A self-driving web app framework
https://www.celljs.org
MIT License
1.5k stars 94 forks source link

List third-party components #120

Closed piranna closed 7 years ago

piranna commented 7 years ago

cell architecture is great and very simple to use, but maybe it's a bit low level. It makes easy to be modular, so what about adding a list of already known cell-based components like the traditional ScroolView and similar ones, so others can go and use them directly of the selves instead of need to craft them from scratch using HTML? Or maybe propose that cell-based components use the cell-* prefix on npm, or maybe do both things (list and prefix)?

ghost commented 7 years ago

google material design components +1

Caffeinix commented 7 years ago

@spyhole You could probably do something like this pretty easily using Cell and Material Design Lite (https://getmdl.io/).

ghost commented 7 years ago

@Caffeinix yeah, i mean the "mdl" has been merged in to "mdc" (https://github.com/material-components/material-components-web) by Google in https://material.io/

gliechtenstein commented 7 years ago

closing with https://github.com/intercellular/cell/issues/130