juliangruber / level-list

Map lists of data stored in a LevelDB to DOM elements.
7 stars 1 forks source link

options for different tag type #1

Closed morganrallen closed 10 years ago

morganrallen commented 10 years ago

It would be great to be able to pass the desired tag type into createElement. Currently I want to be able to add build a table, so I'd like my List el to be a tbody. I could also see ul/li being useful.