UNPKG

ff-dashboard

Version:

Flimflam dashboard component comprised of a main panel and two side panels

6 lines (3 loc) 131 B
import h from 'snabbdom/h' import sidePanel from './side-panel' module.exports = (state, body) => sidePanel(state, body, 'left')