Installation

    1. Install Framework7

    First of all we need to install Framework7 library itself.

    2. Install React

    Read about how to install React on the official .

    3. Install Framework7-React Plugin

    Now we need the Framework7-React plugin for React, we can do it with two ways:

    • Install From NPM

      We can also install Framework7-React from NPM:

    Framework7-React can also be imported as an ES-next module:

    By default it exports only core Framework7-React plugin without any components.

    And if you need additional components they must be imported additionally:

    App HTML Layout