All Projects → SketchStrap → SketchStrap

SketchStrap / SketchStrap

Licence: MIT license
SketchStrap - Bootstrap customizer

Projects that are alternatives of or similar to SketchStrap

autopdfexporter-sketch-plugin
A Sketch Plugin to auto-export all '[S]' Prefix artboards to a single pdf, no slices needed! Plugin auto creates slices from prefixed Artboards and exports them into a single page-sorted pdf file.
Stars: ✭ 16 (-61.9%)
Mutual labels:  sketch, sketch-plugins, sketchapp
Persiansupplier
Sketch Plugin for supplying dynamic persian data.
Stars: ✭ 46 (+9.52%)
Mutual labels:  sketch, sketch-plugins, sketchapp
Keys For Sketch
Advanced shortcut manager for Sketch app.
Stars: ✭ 281 (+569.05%)
Mutual labels:  sketch, sketch-plugins, sketchapp
Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (+169.05%)
Mutual labels:  sketch, sketch-plugins, sketchapp
Sketch Image Compressor
A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.
Stars: ✭ 338 (+704.76%)
Mutual labels:  sketch, sketch-plugins, sketchapp
Import Colors Sketch
Import colors from macOS CLR, Photoshop ACO/ACT, Illustrator ASE, GIMP GPL, Sketch, Text file to Sketch color variables.
Stars: ✭ 32 (-23.81%)
Mutual labels:  sketch, sketch-plugins
Sketch Text Style Master
Sketch plugin providing utilities for working with shared text styles
Stars: ✭ 32 (-23.81%)
Mutual labels:  sketch, sketch-plugins
Sketch Foundation Kit
💎 The Foundation for Sites template for Sketch 3.
Stars: ✭ 1,011 (+2307.14%)
Mutual labels:  sketch, sketchapp
Sketch Json
Transform sketch files to json and json to sketch files
Stars: ✭ 113 (+169.05%)
Mutual labels:  sketch, sketchapp
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+1550%)
Mutual labels:  sketch, sketchapp
Notes
A sketch plugin for taking notes
Stars: ✭ 87 (+107.14%)
Mutual labels:  sketch, sketchapp
Magic Buttons Sketch Plugin
Be a wizard! Automatically resize and relabel buttons with padding sizes like CSS.
Stars: ✭ 115 (+173.81%)
Mutual labels:  sketch, sketch-plugins
React Sketchapp Starter Kit
Initial Setup for React Sketchapp Project
Stars: ✭ 27 (-35.71%)
Mutual labels:  sketch, sketchapp
Sketch Web Viewer
View and inspect Sketch 43 files in browser
Stars: ✭ 853 (+1930.95%)
Mutual labels:  sketch, sketchapp
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+1866.67%)
Mutual labels:  sketch, sketchapp
Components-for-Sketch
A collection of Sketch files I've constructed for use in various projects. More coming soon and on a regular basis.
Stars: ✭ 23 (-45.24%)
Mutual labels:  sketch, sketch-template
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (+219.05%)
Mutual labels:  sketch, sketchapp
Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (+314.29%)
Mutual labels:  sketch, sketch-plugins
Paddy Sketch Plugin
Automated padding, spacing and alignment for your Sketch layers
Stars: ✭ 2,219 (+5183.33%)
Mutual labels:  sketch, sketchapp
Sketch Styles Generator
Generate hundreds of Sketch Shared Styles in a matter of seconds.
Stars: ✭ 537 (+1178.57%)
Mutual labels:  sketch, sketch-plugins

SketchStrap

SketchStrap

Sketch file with a full package of Bootstrap components. We have 21 artboards, 340 components, and more. Learn about rest of features on sketchstrap.io.

Overview

SketchStrap component kit has been prepared to get along with plugins that complementing SketchStrap bundle. Please, remember that some part of sketch file (like naming schema, element hierarchy and construction methods) are dictated by compatibility.

How to install

Download your copy of package and unzip it. You will have in there two major files: SketchStrap.sketchplugin and control-panel.sketch.

  1. Install your SketchStrap.sketchplugin by moving it to your Sketch plugin folder. This folder can be found by using Plugin > Manage Plugins... > ⚙ > Reveal Plugins Folder.
  2. Now you can use control-panel.sketch file as you need. After changes in control-panel page you can populate changes through whole file using our Update plugin.

SketchStrap.sketchplugin

In this repo we are sharing part of our Sketch plugin that is required to work with SketchStrap UI kit. To get the full experience of SketchStrap check our subscription plans on sketchstrap.io.

Tech spec

Why not symbols?

Symbols are great, but we want to as soon as possible - in project life cycle - take the adventage and be in sync with Bootstrap Stylesheets. We created plugins that allow to share just property values - as CSS does. So please, use our magic naming system.

Naming system

To be able to share properties like fill, text color, border radius and color we invented few rules of notation.

  • Groups or elements not in sync should be named like HTML elements with > prefix - e.g. p.card-text
  • Synced elements name should be prefixed with _ char and suffixed with all properties we want to apply in round brackets, e.g.
_btn(fill:$primary; border-radius:$border-radius;)
  • We can use properties like: fill, border-radius, border-color.
  • Values should be prefixed with $ char and contain name of variable from "Control Panel" page.

Hierarchy of elements

We build groups as containers to imitate actual Bootstrap hierarchy.

Copyright and license

Copyright 2018 Jazzy Innovations. Resources released under the MIT license. There is only one limitation you can't re-distribute the SketchStrap as stock. You can’t do this if you modify the SketchStrap.


Made with love by Jazzy Innovations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].