I want to create custom button component with custom styling and functions. But I would like to inherit the properties, attributes of the button element like disabled.
So that I can directly use them from parent, instead of Input variable and assigning them for each one.
Is there anyway i can achieve that?
Thanks in advance!