Xamarin.Forms] What libraries can replace Xlabs?

436 views Asked by At

Xlabs no longer maintains Xamarin.Forms. I need to replace the existing xlabs library I was using. What can I use? Do you have a library you can recommend? Thank you :)

2

There are 2 answers

3
Sebastian Jensen On

Currently I'm not able to comment on this.

It depends which controls of XLabs you need. Can you give some examples that we are able to check if there are something similar available.

Maybe you can take a look at the controls of Syncfusion which are free with the community licence.

If you can't use Syncfusion for example the easiest way is to create your own controls depending on the XLabs Controls. So you can copy the code an extend the functionality.

0
Steve Chadbourne On

I would build your own custom controls for CheckBox, RadioButton and ExtendedLabel based on the code from XLabs.

That way you'll be able to fix end extend it.