yelouafi / petit-dom

minimalist virtual dom library
MIT License
501 stars 36 forks source link

Enable css-like shorthands #12

Closed cjh9 closed 6 years ago

cjh9 commented 6 years ago

Enable css-like shorthands when creating elements, similarly like Emmet, Mithriljs etc.

yelouafi commented 6 years ago

this could be implemented on user land. You can define your own factory function wich preprocess the input and calls h with computed props