{"id":15055374,"url":"https://github.com/hallee/neumorphic-style","last_synced_at":"2025-06-10T12:39:10.254Z","repository":{"id":63911742,"uuid":"240785840","full_name":"hallee/neumorphic-style","owner":"hallee","description":"🎛 Simple SwiftUI ‘neumorphic’ button style","archived":false,"fork":false,"pushed_at":"2020-02-15T21:14:53.000Z","size":4,"stargazers_count":68,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T20:44:16.989Z","etag":null,"topics":["button","neumorphism","swift","swiftpm","swiftui","ui"],"latest_commit_sha":null,"homepage":"https://blog.hal.codes/swiftui-neumorphism-button","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hallee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-15T20:49:27.000Z","updated_at":"2024-05-21T23:05:17.000Z","dependencies_parsed_at":"2023-01-14T13:15:23.522Z","dependency_job_id":null,"html_url":"https://github.com/hallee/neumorphic-style","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"pixel-foundry/swift-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallee%2Fneumorphic-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallee%2Fneumorphic-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallee%2Fneumorphic-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallee%2Fneumorphic-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hallee","download_url":"https://codeload.github.com/hallee/neumorphic-style/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154725,"owners_count":21056541,"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":["button","neumorphism","swift","swiftpm","swiftui","ui"],"created_at":"2024-09-24T21:41:39.660Z","updated_at":"2025-04-10T03:40:33.048Z","avatar_url":"https://github.com/hallee.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftUI Neumorphic Button Style\n\nThis is a SwiftUI `ButtonStyle` for styling buttons in a [neumorphic](https://dribbble.com/shots/8297803-Skeuomorph-Mobile-Banking-Continuation) style.\n\nI wrote a [blog post](https://blog.hal.codes/swiftui-neumorphism-button) about it.\n\nYou can download this as an [interactive Swift Playground](https://s3.amazonaws.com/f.hal.codes/SwiftUI+Neumorphism.playgroundbook.zip).\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://s3.amazonaws.com/f.hal.codes/press.gif\" width=\"400px\" title=\"SwiftUI Neumorphic Button Style\" /\u003e\n\u003c/p align=\"center\"\u003e\n\n## Usage\n\n```swift\nimport NeumorphicStyle\n\n// ...\n\n@Environment(\\.colorScheme) private var colorScheme\n\nvar body: some View {\n    Button(\"Hello world\") { }\n    \t.buttonStyle(NeumorphicButtonStyle(colorScheme: colorScheme))\n}\n```\n\n## Installation\n\n```swift\nlet package = Package(\n    ...\n    dependencies: [\n        .package(url: \"https://github.com/hallee/neumorphic-style\", from: \"0.0.1\")\n    ],\n    ...\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallee%2Fneumorphic-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhallee%2Fneumorphic-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallee%2Fneumorphic-style/lists"}