├── .github └── FUNDING.yml ├── .images └── repo-banner.png ├── LICENSE ├── Preview.sketch ├── README.md └── macOS UI Kit.sketch /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: https://www.paypal.me/alexkaessner/5 2 | -------------------------------------------------------------------------------- /.images/repo-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexkaessner/macOS-UI-Kit/0a90e56182cc1ab42399426b7d24de2b31e4bd02/.images/repo-banner.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016-2021 Alexander Käßner 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Preview.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexkaessner/macOS-UI-Kit/0a90e56182cc1ab42399426b7d24de2b31e4bd02/Preview.sketch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Preview](/.images/repo-banner.png) 2 | 3 | # macOS UI Kit for Sketch 4 | [![latest release](https://img.shields.io/github/release/alexkaessner/macOS-UI-Kit.svg)](https://github.com/alexkaessner/macOS-UI-Kit/releases/latest) [![license](https://img.shields.io/github/license/alexkaessner/macOS-UI-Kit.svg)](https://github.com/alexkaessner/macOS-UI-Kit/blob/master/LICENSE) ![Sketch Version](https://img.shields.io/badge/Sketch-v101%20or%20newer-f7b500?logo=sketch) 5 | 6 | Get the incredibly detailed and most accurate macOS UI Kit for Sketch. The library is loaded with hundreds of components, colors, and text styles. Arguably the fastest way to get started with your Mac app designs. 7 | 8 | ## Installation 9 | 1. [Download](https://github.com/alexkaessner/macOS-UI-Kit/releases/latest/download/macOS-UI-Kit.zip) the latest Version 10 | 2. Open Sketch.app 11 | 3. Go to _Sketch > Preferences… > Libraries > Add Library…_ 12 | 4. Select the _macOS UI Kit.sketch_ File 13 | 14 | > **Warning**: Please link the library first, before using the _Preview.sketch_ file. 15 | 16 | ## What’s Included? 17 | - Super Accurate & Pixel Perfect 18 | - Quick Start Document 19 | - 750+ Customizable Symbols 20 | - 270+ Text Styles 21 | - Dark & Light Mode 22 | - Touch Bar Kit Included 23 | - Detailed Layer Styles 24 | - System Color Variables 25 | - System Cursors Included 26 | - SF Symbol Support 27 | 28 | ## Minimum Requirements 29 | **Made with Sketch 101.** Requires Apple’s [SF Pro](https://developer.apple.com/fonts/) Font. 30 | 31 | ## Contribution 32 | Feel free to [report problems](https://github.com/alexkaessner/macOS-UI-Kit/issues) or [request new elements](https://github.com/alexkaessner/macOS-UI-Kit/discussions) on GitHub. 33 | You can also [contribute directly](https://github.com/alexkaessner/macOS-UI-Kit/wiki/Contribute) to the UI Kit by adding more elements. -------------------------------------------------------------------------------- /macOS UI Kit.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexkaessner/macOS-UI-Kit/0a90e56182cc1ab42399426b7d24de2b31e4bd02/macOS UI Kit.sketch --------------------------------------------------------------------------------