# Samples

The sample [CounterApp](https://github.com/fabulous-dev/Fabulous/blob/v1.0/Fabulous.XamarinForms/samples/CounterApp/CounterApp/CounterApp.fs) contains a slightly larger example of Button/Label/Slider elements.

The sample [TicTacToe](https://github.com/fabulous-dev/Fabulous/blob/v1.0/Fabulous.XamarinForms/samples/TicTacToe/TicTacToe/TicTacToe.fs) contains examples of the Grid and Image elements.

The sample [AllControls](https://github.com/fabulous-dev/Fabulous/tree/v1.0/Fabulous.XamarinForms/samples/AllControls/AllControls/Samples) contains examples of instantiating most elements in `Xamarin.Forms.Core`.

The sample [Calculator](https://github.com/fabulous-dev/Fabulous/blob/v1.0/Fabulous.XamarinForms/samples/Calculator/Calculator/Calculator.fs) ([original external sample](https://github.com/nosami/Elmish.Calculator/)) is a small calculator app.

The external sample [PocketPiggyBank](https://github.com/jimbobbennett/PocketPiggyBank) is a small client-server app with login authentication. (Note: because this is an external sample it may not be up-to-date with the latest version of this library.)

The external sample [FabulousContacts](https://github.com/TimLariviere/FabulousContacts) is a multi-page contacts app featuring maps, group-lists and cross-page messages. (Note: because this is an external sample it may not be up-to-date with the latest version of this library.)

The external sample [FabulousPlanets](https://github.com/TimLariviere/FabulousPlanets) is a multi-page app featuring facts on the planets in the Solar System. It uses Urho3D and Fabulous (Note: because this is an external sample it may not be up-to-date with the latest version of this library.)

The external sample [Fabulous + GraphQL Type Provider](https://github.com/fabulous-dev/FSharp.Data.GraphQL/tree/dev/samples/star-wars-fabulous-client) is a small app that demonstrates how to use the type provider for GraphQL [FSharp.Data.GraphQL](https://github.com/fabulous-dev/FSharp.Data.GraphQL).

See also the curated list [Awesome Fabulous](https://github.com/jimbobbennett/Awesome-Fabulous).
