├── LICENSE ├── README.md ├── heroicons.sketch ├── laravel-nova-template.jpg └── laravel-nova.sketch /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Epartment E-commerce 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 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Laravel Nova Sketch 2 | A handy starter Sketch App template with all elements for a quick setup of the Laravel Nova theme for designers 3 | 4 | ![alt text](https://raw.githubusercontent.com/epartment/laravel-nova-sketch/master/laravel-nova-template.jpg "Logo Title Text 1") 5 | 6 | ### Included elements 7 | * Icons (Hero Icons by https://github.com/sschoger/heroicons-ui) 8 | * Tables 9 | * Tabs 10 | * Elements 11 | - Buttons 12 | - Selectboxes 13 | - Radio buttons 14 | - Input fields 15 | - Autocomplete 16 | - Textarea 17 | - Select 18 | * more to come... 19 | 20 | Feel free to add your own elements. Please let me know if you have improvements or additional features. 21 | -------------------------------------------------------------------------------- /heroicons.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epartment/laravel-nova-sketch/1f0e76958da30b1764e2ceec08f35bd48509ac66/heroicons.sketch -------------------------------------------------------------------------------- /laravel-nova-template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epartment/laravel-nova-sketch/1f0e76958da30b1764e2ceec08f35bd48509ac66/laravel-nova-template.jpg -------------------------------------------------------------------------------- /laravel-nova.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epartment/laravel-nova-sketch/1f0e76958da30b1764e2ceec08f35bd48509ac66/laravel-nova.sketch --------------------------------------------------------------------------------