Skip to content

Latest commit

 

History

History
 
 

styled-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

💅 styled-components example

Cross-platform component library example with styled-components/primitives.

(inspired by and code borrowed from: https://github.com/airbnb/react-sketchapp/blob/master/examples/styled-components/src/my-command.js)

Getting Started

curl https://codeload.github.com/react-figma/react-figma/tar.gz/master | tar -xz --strip=2 react-figma/examples/styled-components
cd styled-components

How to run

How It Works

You can use styled-components/primitives to build cross-platform UI components that will render to react-figma. This is great for building cross-platform UI libraries, that can compile down to a Figma component library for designers to build designs using the same components that are used in production.

react-figma styled-components example