This repo provide a functional and smart component template to be used by Web Designers to translate their webflow assets into React based components.
- Fork or clone this repo.
- Copy and paste your unzipped Webflow assets into the parent
webflowReact/
directory. - Cut and paste individual HTML elements from Webflow assets folder
<Project>.webflow/html/index.html
into a Functional or Smart Component. * Functional:templates/funcComponent.js
* Smart:templates/smartComponent.js
- Follow the steps outlined in either component file.