|
3 | 3 | <td> <img src="art/icon512.png" width="120" /></td> |
4 | 4 | <td> |
5 | 5 | <h1> InputKit </h1> |
6 | | - <p><a href="https://github.com/enisn/Xamarin.Forms.InputKit/wiki/CheckBox">CheckBox</a>, Radio Button, Advanced Entry, Advanced Slider etc. </p> |
| 6 | + <p><a href="https://enisn-projects.io/docs/en/inputkit/latest/components/controls/CheckBox">CheckBox</a>, <a href="https://enisn-projects.io/docs/en/inputkit/latest/components/controls/RadioButton">RadioButton</a>, Advanced Entry, Advanced Slider etc. </p> |
7 | 7 | </td> |
8 | 8 | </tr> |
9 | 9 | </table> |
|
15 | 15 | [](https://www.codefactor.io/repository/github/enisn/xamarin.forms.inputkit) |
16 | 16 | [](https://www.nuget.org/packages/Xamarin.Forms.InputKit/) |
17 | 17 |  |
18 | | -<a href="https://github.com/enisn/Xamarin.Forms.InputKit/wiki"> <img src="https://img.shields.io/badge/Visit-WiKi-orange.svg"/></a> |
| 18 | +<a href="https://enisn-projects.io/docs/en/inputkit/latest"> <img src="https://img.shields.io/badge/Visit-Docs-orange.svg"/></a> |
19 | 19 | <br /> |
20 | 20 | [](https://stars.medv.io/enisn/Xamarin.Forms.InputKit) |
21 | 21 | <hr/> |
|
25 | 25 |
|
26 | 26 | ## Getting Started with InputKit on **MAUI** |
27 | 27 |
|
28 | | -> MAUI doesn't implement exactly same features as Xamarin.Forms.InputKit. |
29 | | -> You can follow the progress with [this issue](https://github.com/enisn/Xamarin.Forms.InputKit/issues/221) |
30 | | -
|
31 | 28 | - Install [InputKit.Maui](https://www.nuget.org/packages/InputKit.Maui) package from NuGet. |
32 | 29 |
|
33 | 30 | - Go to your **MauiProgram.cs** file and add following line: |
|
42 | 39 | }) |
43 | 40 |
|
44 | 41 | ``` |
45 | | - |
46 | | -<hr /> |
| 42 | + |
| 43 | +- Read the [documentation](https://enisn-projects.io/docs/en/inputkit/) for further information. |
| 44 | +
|
| 45 | +--- |
47 | 46 |
|
48 | 47 | ## Getting Started with InputKit on **Xamarin Forms** |
49 | 48 |
|
50 | 49 | - Install [Xamarin.Forms.InputKit](https://www.nuget.org/packages/Xamarin.Forms.InputKit) package from NuGet. |
51 | 50 |
|
52 | | -- Follow the [Documentation of Getting Started](https://github.com/enisn/Xamarin.Forms.InputKit/wiki/Getting-Started) for each platform. |
| 51 | +- Follow the [Documentation of Getting Started](https://enisn-projects.io/docs/en/inputkit/latest/getting-started/getting-started-xamarin) for each platform. |
53 | 52 |
|
54 | 53 | <hr /> |
55 | 54 |
|
56 | 55 |
|
57 | | - |
58 | 56 | ## CheckBox |
59 | 57 |
|
60 | 58 | A checkbox control that is useful, customizable, full-featured, fully-bindable and easy to use. |
|
0 commit comments