Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 623 Bytes

Webflow-React-Templates:

This repo provide a functional and smart component template to be used by Web Designers to translate their webflow assets into React based components.

SETUP:

  1. Fork or clone this repo.
  2. Copy and paste your unzipped Webflow assets into the parent webflowReact/ directory.
  3. 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
  4. Follow the steps outlined in either component file.