paperclip-ui / legacy-paperclip

Paperclip is a common language for designers and developers
http://paperclip.dev
Other
201 stars 13 forks source link

Ability to pass props #298

Open crcn opened 4 years ago

crcn commented 4 years ago

E.g:

<div export component as="Message" {...props}>
</div>

This would require a reserved property.

crcn commented 4 years ago

A bit more complex since this will require inferencing props on native elements as well as components.