Inherit properties of a button or text box in a custom component

Hello everyone,
First of all, a big thank you to the RapidWeaver Elements developers. You’ve done a great job, and I hope and wish you all the best.
So far, I’ve been using the trial version of the product, and after a few days of using it, I think I’ll upgrade to the Pro subscription because I think Elements really has a lot to offer.
I’ve decided to venture into developing custom components to sell through the marketplace. I’ve used the guides and videos provided by the development team and am about 60% done developing my own custom component.
However, I need to figure something out. In my component, I have a button and a text box. I’ve also configured a series of component-specific properties using the properties.json file, and everything works perfectly ({{property}} inclusion, hooks.js, etc.).

The question is this:
Now I’d like to allow customization of this button and text box. Is there a way to inherit all (or some) of the properties within my component, so I don’t have to rewrite them one by one?

I’d really love to know this.
Thanks in advance!

Not right now, but we have open-sourced our components along with the build tools we use internally - although this is rather advanced.

Hopefully this will help speed up the process for you, and if you get stuck we’re here to help :slight_smile:

Hi @dan,
thank you very much, for your fast reply! I’ll check it right now…