{"id":51594763,"url":"https://github.com/rryam/erabikit","last_synced_at":"2026-07-11T18:00:23.591Z","repository":{"id":40627069,"uuid":"256663557","full_name":"rryam/ErabiKit","owner":"rryam","description":"A beautiful customizable settings screen created in SwiftUI","archived":false,"fork":false,"pushed_at":"2026-01-15T11:21:05.000Z","size":1525,"stargazers_count":150,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-29T17:04:07.653Z","etag":null,"topics":["ios13","swift","swiftui","swiftui-components","swiftui-example","swiftui-learning","xcode11"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/rryam.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://paypal.me/RRiyam"]}},"created_at":"2020-04-18T03:45:22.000Z","updated_at":"2026-03-17T12:48:16.000Z","dependencies_parsed_at":"2022-09-14T10:01:10.965Z","dependency_job_id":"bfd5573a-e644-4c3b-9d48-d90c84eece10","html_url":"https://github.com/rryam/ErabiKit","commit_stats":null,"previous_names":["rryam/erabikit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rryam/ErabiKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FErabiKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FErabiKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FErabiKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FErabiKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rryam","download_url":"https://codeload.github.com/rryam/ErabiKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rryam%2FErabiKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35370428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ios13","swift","swiftui","swiftui-components","swiftui-example","swiftui-learning","xcode11"],"created_at":"2026-07-11T18:00:16.467Z","updated_at":"2026-07-11T18:00:23.577Z","avatar_url":"https://github.com/rryam.png","language":"Swift","funding_links":["https://paypal.me/RRiyam"],"categories":[],"sub_categories":[],"readme":"# ErabiKit\n\nErabiKit (選び) is a beautiful, customizable SwiftUI settings screen library for iOS. The name comes from the Japanese word for \"choice\" or \"selection.\"\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Swift-5.5+-fa7343?style=flat\u0026logo=swift\u0026logoColor=white\" alt=\"Swift 5.5+\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://img.shields.io/badge/iOS-15.0+-000000?style=flat\u0026logo=apple\u0026logoColor=white\" alt=\"iOS 15.0+\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/SPM-compatible-brightgreen?style=flat\" alt=\"SPM compatible\"\u003e\n\u003c/p\u003e\n\n## Features\n\n- Native SwiftUI components\n- Customizable gradient overlays\n- No dependencies\n- iOS 15.0+\n- Dark mode support\n- Works on iPad and landscape\n- Built with accessibility in mind\n\n## Requirements\n\n- iOS 15.0+\n- Swift 5.5+\n- Xcode 13.0+\n\n## Installation\n\nAdd ErabiKit to your project using Swift Package Manager:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/rryam/ErabiKit.git\", from: \"1.0.0\")\n]\n```\n\nThen import it in your SwiftUI views:\n\n```swift\nimport ErabiKit\n```\n\nThe package, product, and import name are all `ErabiKit`. Older local checkouts may still live in a directory named `RRSettingsKit`, but the repository and public module are `ErabiKit`.\n\n## Table of Contents\n\n- [Quick Start](#quick-start)\n- [Components](#components)\n  - [SettingsNavigationRow](#settingsnavigationrow)\n  - [SettingsActionRow](#settingsactionrow)\n  - [SettingsRow](#settingsrow)\n  - [SettingsToggleRow](#settingstogglerow)\n  - [AppVersionRow](#appversionrow)\n  - [WriteReviewRow](#writereviewrow)\n  - [TwitterRow](#twitterrow)\n  - [MailRow](#mailrow)\n  - [AboutRow](#aboutrow)\n- [Customization](#customization)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Quick Start\n\nHere's a simple example to get you started:\n\n```swift\nimport SwiftUI\nimport ErabiKit\n\nstruct SettingsView: View {\n    @State private var notificationsEnabled = true\n\n    var body: some View {\n        NavigationView {\n            List {\n                SettingsNavigationRow(\n                    imageName: \"person.circle\",\n                    title: \"Profile\",\n                    destination: ProfileView()\n                )\n\n                SettingsToggleRow(\n                    imageName: \"bell\",\n                    title: \"Notifications\",\n                    value: $notificationsEnabled\n                )\n\n                AppVersionRow(version: \"1.0.0\")\n\n                AboutRow(\n                    title: \"Made with love by Your Name\",\n                    accessibilityTitle: \"Made with love by Your Name\"\n                )\n            }\n            .navigationTitle(\"Settings\")\n        }\n    }\n}\n```\n\n## Components\n\n### SettingsNavigationRow\n\nA settings row with navigation capability that pushes to a destination view.\n\n```swift\nSettingsNavigationRow(\n    imageName: \"gear\",\n    title: \"General\",\n    addOverlay: true,\n    destination: GeneralSettingsView()\n)\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon\n- `title`: Text to display\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n- `destination`: SwiftUI view to navigate to\n\n### SettingsActionRow\n\nA settings row that performs a custom action when tapped.\n\n```swift\nSettingsActionRow(\n    imageName: \"trash\",\n    title: \"Clear Cache\",\n    addOverlay: true\n) {\n    clearCache()\n}\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon\n- `title`: Text to display\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n- `action`: Closure to execute on tap\n\n### SettingsRow\n\nA basic settings row component used as a building block for other rows.\n\n```swift\nSettingsRow(\n    imageName: \"star\",\n    title: \"Favorites\",\n    addOverlay: true,\n    showDisclosure: true\n)\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon\n- `title`: Text to display\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n- `showDisclosure`: Show/hide chevron icon (default: `true`)\n\n### SettingsToggleRow\n\nA settings row with a toggle switch for boolean values.\n\n```swift\n@State private var darkModeEnabled = false\n\nSettingsToggleRow(\n    imageName: \"moon\",\n    title: \"Dark Mode\",\n    value: $darkModeEnabled,\n    addOverlay: true\n)\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon\n- `title`: Text to display\n- `value`: Binding to a Boolean value\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n\n### AppVersionRow\n\nDisplays the current app version with a clean, informative design.\n\n```swift\nAppVersionRow(\n    imageName: \"info.circle\",\n    title: \"App version\",\n    version: \"1.2.3\",\n    addOverlay: true\n)\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon (default: `\"info.circle\"`)\n- `title`: Text to display (default: `\"App version\"`)\n- `version`: Version string to display\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n\n### WriteReviewRow\n\nA convenient row for directing users to write an App Store review.\n\n```swift\nWriteReviewRow(\n    imageName: \"pencil.and.outline\",\n    title: \"Write a review\",\n    appURL: \"https://apps.apple.com/app/id123456789\",\n    addOverlay: true\n)\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon (default: `\"pencil.and.outline\"`)\n- `title`: Text to display (default: `\"Write a review\"`)\n- `appURL`: App Store URL for your app\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n\n### TwitterRow\n\nOpens Twitter (X) app or web URL for social media engagement.\n\n```swift\nTwitterRow(\n    imageName: \"textbox\",\n    title: \"Follow us on Twitter\",\n    twitterAppURL: \"twitter://user?screen_name=yourusername\",\n    twitterWebURL: \"https://twitter.com/yourusername\",\n    addOverlay: true\n)\n```\n\n**Parameters:**\n- `imageName`: SF Symbol name for the icon (default: `\"textbox\"`)\n- `title`: Text to display\n- `twitterAppURL`: Deep link to open in Twitter app\n- `twitterWebURL`: Fallback web URL\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n\n### MailRow\n\nDisplays a mail composer for user feedback or support emails. Automatically handles multiple mail clients (Mail, Gmail, Outlook, Yahoo, Spark).\n\n```swift\nlet mailObject = MailRowObject(\n    receiver: \"support@example.com\",\n    subject: \"Feedback\",\n    body: \"I love this app!\"\n)\n\nMailRow(\n    image: \"envelope\",\n    title: \"Send Feedback\",\n    addOverlay: true,\n    object: mailObject\n)\n```\n\n**Parameters:**\n- `image`: SF Symbol name for the icon\n- `title`: Text to display\n- `addOverlay`: Enable/disable gradient border (default: `true`)\n- `object`: `MailRowObject` containing email details\n\n### AboutRow\n\nA centered text row for displaying attribution or app information.\n\n```swift\nAboutRow(\n    title: \"Made with love by Rudrank Riyam\",\n    accessibilityTitle: \"Made with love by Rudrank Riyam\"\n)\n```\n\n**Parameters:**\n- `title`: Text to display (shown in uppercase with kerning)\n- `accessibilityTitle`: Accessibility label for VoiceOver\n\n## Customization\n\nAll components use SwiftUI's accent color for theming. Set your app's accent color to automatically customize ErabiKit:\n\n```swift\n@main\nstruct MyApp: App {\n    var body: some Scene {\n        WindowGroup {\n            ContentView()\n                .accentColor(.purple)\n        }\n    }\n}\n```\n\nOr use the `tint()` modifier:\n\n```swift\nSettingsNavigationRow(...)\n    .tint(.blue)\n```\n\n## Example App\n\nBased on the popular [Gradient Game](https://apps.apple.com/app/id1479784361) settings screen design.\n\n## Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. **Fork the repository** and create a feature branch\n2. **Make your changes** following the existing code style\n3. **Test thoroughly** on iOS 15.0+\n4. **Update documentation** as needed\n5. **Submit a pull request** with a clear description\n\n## License\n\nErabiKit is available under the MIT license. See the LICENSE file for more info.\n\n## Contact\n\nCreated by [Rudrank Riyam](https://x.com/rudrank)\n\n- X/Twitter: [@rudrank](https://x.com/rudrank)\n- GitHub: [@rudrankriyam](https://github.com/rudrankriyam)\n\n[![Star History Chart](https://api.star-history.com/svg?repos=rryam/ErabiKit\u0026type=Date)](https://star-history.com/#rryam/ErabiKit\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frryam%2Ferabikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frryam%2Ferabikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frryam%2Ferabikit/lists"}