Skip to content

gihanrangana/figma-to-react

Repository files navigation

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}/>)