Repository URL to install this package:
|
Version:
1.1.31 ▾
|
import ColorLinkComponent from './color-link-component.js';
export const ColorLinkControl = wp.customize.KadenceControl.extend( {
renderContent: function renderContent() {
let control = this;
ReactDOM.render(
<ColorLinkComponent control={control} customizer={ wp.customize }/>,
control.container[0]
);
}
} );