Skip to content

calebcabob/sketch-to-view

 
 

Repository files navigation

Convert Sketch components to Android Views.

Base project of Sketch to View generator plugin.

Plugin

Sketch To View GIF

Usage

Step1: Add the plugin

  1. Download and unzip the plugin.
  2. Open sketch and navigate to Plugins -> Manage Plugins -> Open Plugins Folder
  3. Copy the unzipped plugin to Plugins folder.
  4. Now you should be able to Sketch To View option in plugins.

Step2: Generating Views

  1. Select any group or layer and type ctrl+shift+g and the android view gets automatically copied to your clipboard.

Features

  1. LinearLayouts with gradient, stroke, corner radius support.
  2. Cicular shapes with gradient, stroke, corner radius support.
  3. TextView
  4. ImageView

Development Guide

NOTE : Please make sure you have yarn :: Installing yarn

  • Initial setup
$ yarn install
  • Build plugin
$ yarn build
  • To watch for changes
$ yarn watch

Library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 89.1%
  • JavaScript 10.9%