UNPKG

@magic/core

Version:

@magic core. generate static pages and serverless lambdas. ~5kb client boilerplate.

14 lines (13 loc) 219 B
export const View = state => div([ h4([ state.day, '-', state.month, '-', state.year, ' - ', Link({ to: state.name }, state.title), ]), p(state.description), ])