intercellular / cell

A self-driving web app framework

Home Page:https://www.celljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List third-party components

piranna opened this issue · comments

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)?

google material design components +1

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

@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/

closing with #130