An open API service indexing awesome lists of open source software.

https://github.com/kristinbaumann/react-sketchapp-example-responsive

Render components to different screen sizes in Sketch
https://github.com/kristinbaumann/react-sketchapp-example-responsive

design design-tools flexbox react react-sketchapp sketch

Last synced: about 2 months ago
JSON representation

Render components to different screen sizes in Sketch

Awesome Lists containing this project

README

        

# React Sketchapp Example with responsive layout (flexbox)
Test components with different screen sizes in Sketch

![react-sketchapp-example-responsive result](https://github.com/kristinbaumann/react-sketchapp-example-responsive/blob/master/img/screenshot.png)

Tested with Sketch v.47.1

Built with React Sketchapp Starter Kit.

Idea inspired from https://airbnb.design/painting-with-code/.

## Usage

* Clone this repository
```bash
git clone [email protected]:kristinbaumann/react-sketchapp-example-responsive.git project-name
cd project-name
rm -rf .git

* Install npm dependencies
```bash
npm install
```

* Open Sketch with a new project

* Render the React code
```bash
npm run render
```

* View the result in Sketch