{"id":13713094,"url":"https://github.com/felipebaltazar/Xamarin.Forms.NeoControls","last_synced_at":"2025-05-06T23:30:34.110Z","repository":{"id":54843085,"uuid":"258830189","full_name":"felipebaltazar/Xamarin.Forms.NeoControls","owner":"felipebaltazar","description":"Controls for Xamarin Forms based on neumorphism tendency","archived":false,"fork":false,"pushed_at":"2024-01-28T20:34:44.000Z","size":964,"stargazers_count":73,"open_issues_count":1,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T22:45:15.669Z","etag":null,"topics":["controls","customcontrol","hacktoberfest","hacktoberfest2020","neomorphic","neomorphic-controls","neomorphism","neumorphic-design","neumorphic-elements","neumorphic-ui","neumorphism","neumorphism-tendency","plugin","xamarin","xamarin-android","xamarin-forms","xamarin-ios","xamarin-library","xamarin-plugin","xamarinforms"],"latest_commit_sha":null,"homepage":"https://github.com/felipebaltazar/NeomorphismSmartHomeApp","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipebaltazar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"felipebaltazar","patreon":null,"open_collective":null,"ko_fi":"felipebaltazar","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-04-25T17:08:28.000Z","updated_at":"2024-03-20T22:37:20.000Z","dependencies_parsed_at":"2024-08-03T00:05:19.030Z","dependency_job_id":"ba91c918-9096-414d-8673-f2375aa8f7d8","html_url":"https://github.com/felipebaltazar/Xamarin.Forms.NeoControls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipebaltazar%2FXamarin.Forms.NeoControls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipebaltazar%2FXamarin.Forms.NeoControls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipebaltazar%2FXamarin.Forms.NeoControls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipebaltazar%2FXamarin.Forms.NeoControls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipebaltazar","download_url":"https://codeload.github.com/felipebaltazar/Xamarin.Forms.NeoControls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787169,"owners_count":21804210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["controls","customcontrol","hacktoberfest","hacktoberfest2020","neomorphic","neomorphic-controls","neomorphism","neumorphic-design","neumorphic-elements","neumorphic-ui","neumorphism","neumorphism-tendency","plugin","xamarin","xamarin-android","xamarin-forms","xamarin-ios","xamarin-library","xamarin-plugin","xamarinforms"],"created_at":"2024-08-02T23:01:27.385Z","updated_at":"2025-05-06T23:30:33.183Z","avatar_url":"https://github.com/felipebaltazar.png","language":"C#","funding_links":["https://github.com/sponsors/felipebaltazar","https://ko-fi.com/felipebaltazar"],"categories":["UI"],"sub_categories":[],"readme":"# Xamarin.Forms.NeoControls\n\nControls for Xamarin Forms based on neumorphism tendency\n\n [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.NeoControls.svg)](https://www.nuget.org/packages/Xamarin.Forms.NeoControls/)\n\n### FOR MAUI MIGRATION\nhttps://github.com/felipebaltazar/Maui.NeoControls\n\n\n## Examples\n\nhttps://github.com/felipebaltazar/NeomorphismSmartHomeApp\n\n![example](https://user-images.githubusercontent.com/19656249/80289178-62cdbc00-8713-11ea-9333-5e13ad8bc7fc.gif)\n\n\n## Getting started\n\n- Install the Xamarin.Forms.NeoControls package\n\n ```\n Install-Package Xamarin.Forms.NeoControls -Version 1.1.0-pre\n ```\n\n\u003e No Xaml namespace declaration is needed\n- Use the controls\n\n```xml\n    \u003cNeoButton Elevation=\".25\"\n               CornerRadius=\"70,20,20,20\"\n               BackgroundColor=\"#e3edf7\"/\u003e\n```\n\n- You can also insert any view inside the neo controls\n\n```xml\n        \u003cNeoButton BackgroundColor=\"#e3edf7\"\u003e\n            \n            \u003cStackLayout Orientation=\"Vertical\"\u003e\n                \u003cImage Source=\"MyImage.png \"/\u003e\n                \u003cLabel Text=\"My Button Label\"/\u003e\n            \u003c/StackLayout\u003e\n            \n        \u003c/NeoButton\u003e\n```\n\n- Background with gradient\n\n```xml\n    \u003cNeoButton\u003e\n        \u003cNeoButton.BackgroundGradient\u003e\n            \u003cLinearGradient Angle=\"45\"\u003e\n                \u003cGradientStop Color=\"Red\" Offset=\"0\" /\u003e\n                \u003cGradientStop Color=\"Yellow\" Offset=\"1\" /\u003e\n            \u003c/LinearGradient\u003e\n        \u003c/NeoButton.BackgroundGradient\u003e\n\n        \u003cStackLayout Orientation=\"Vertical\"\u003e\n            \u003cImage Source=\"MyImage.png \"/\u003e\n            \u003cLabel Text=\"My Button Label\"/\u003e\n        \u003c/StackLayout\u003e\n    \u003c/NeoButton\u003e\n```\n## Property reference\n\n| Property            | What it does                                                          | Extra info                                                                 |\n| ------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- |\n| `CornerRadius`      | A `CornerRadius` object representing each individual corner's radius. | Uses the `CornerRadius` struct allowing you to specify individual corners. |\n| `Elevation`         | Set this value to chenge element depth effect.                        |                                                                            |\n| `InnerView`         | View that will be shown inside the neo control.                       |                                                                            |\n| `ShadowBlur`        | Set this value to change shadow blur effect.                          |                                                                            |\n| `ShadowDistance`    | Set this value to change shadow distance relative from control.       |                                                                            |\n| `DarkShadowColor`   | The Dark color that will be applied on draw the dark shadow.          | This will be applied with `Elevation` property, as Alpha parameter.        |\n| `LightShadowColor`  | The White color that will be applied on draw the light shadow.        |                                                                            |\n| `BackgroundGradient`| Draw a gradient on background's control                               | When value != null, backgroundColor Property will be ignored               |\n\n\n## Contributors\n* [Pablo Erick](https://github.com/pabloprogramador) - Contributor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipebaltazar%2FXamarin.Forms.NeoControls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipebaltazar%2FXamarin.Forms.NeoControls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipebaltazar%2FXamarin.Forms.NeoControls/lists"}