Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 315 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 315 Bytes

figma-to-react

This is frontend tool to conver figma designs to react jsx elements using figma api

Demo

Demo

Install

npm install 
npm run dev
yarn && yarn dev

Usage

const figma = useFigma()

return (<FigmaToReact figma={figma}/>)