Upgrade to Pro — share decks privately, control downloads, hide ads and more …

React Sketch.appでデザインガイドラインを作ってみた

sawa-zen
April 24, 2018

React Sketch.appでデザインガイドラインを作ってみた

リポジトリのURLはこちらです
https://github.com/sawa-zen/style-guide

sawa-zen

April 24, 2018
Tweet

More Decks by sawa-zen

Other Decks in Programming

Transcript

  1. import React from 'react'; import { View, Text, render }

    from 'react-sketchapp'; export default function(context) { render( <View> <Text>Sample Text</Text> </View>, context.document.currentPage() ); } @sawa-zen (2018/4/22) Roppongi.js