dndnext / shentaria

A google maps like mapping tool for dnd worlds
0 stars 1 forks source link

Decide on UI framework to use, if any #23

Closed maael closed 5 years ago

maael commented 5 years ago

Using material-ui, as it's easy/quick to setup with next.js's ssr, and you can theme/extend it easily with css-in-js. Other good looking solutions like ant require you to use things like sass with webpack/babel to get those in.