danielrob/aperitif-editor

[Feature] Handle dates out of the box, like urls and images are.

Opened this issue · 0 comments

When dragging a detected date to children or to create a component, the final rendered item should be displayed with a good default date format.

E.g.
date =>>>

<Component>
  {moment(date).format("MMM Do YY")
</Component>