angular icon indicating copy to clipboard operation
angular copied to clipboard

How to add new button in any tab on drag field and listen in component ? [Custom Components]

Open vinayrdy966 opened this issue 1 year ago • 2 comments

vinayrdy966 avatar Apr 08 '24 18:04 vinayrdy966

anyone has any idea about it

vinayrdy966 avatar Apr 08 '24 18:04 vinayrdy966

Could we get any more information/context about what you are trying to do?

lane-formio avatar Jul 09 '24 21:07 lane-formio

@lane-formio There is no documentation which show example to create custom component in Angular 18 and with @formio/angular package (latest version) . Can you help us with it . That checkmatrix example is oudated.

FYI @travist

akshaychavangit avatar Feb 14 '25 07:02 akshaychavangit

@akshaychavangit @formio/angular is a wrapper for @formio/js which means that you can create any custom component and then "install" it into the Formio instance you are running in your application using:

Formio.use(myCustomComponents);

Here are examples and documentation. https://help.form.io/faq/tutorials-and-workflows/custom-component#overview https://github.com/formio/contrib

edwinanciani avatar Feb 20 '25 15:02 edwinanciani