/figma-to-react

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

Primary LanguageTypeScriptMIT LicenseMIT

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